Skip to content

Commit

Permalink
Injected options link opens new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Sixthhokage1 committed Aug 29, 2019
1 parent 44a2962 commit dcc8331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion POV Cam/injection.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function modifyPage() {
optionsLink.style["font-weight"] = "bold";
optionsLink.style["font-size"] = "10px";
optionsLink.style.display = "block";

optionsLink.target = "_blank";
SOLinkContainer.parentElement.insertBefore(optionsLink, SOLinkContainer);
}
}
Expand Down

0 comments on commit dcc8331

Please sign in to comment.