Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
update url
Browse files Browse the repository at this point in the history
  • Loading branch information
Inglan committed Feb 2, 2024
1 parent f385dd0 commit 8bfd658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urun.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ document.addEventListener("keydown", function (e) {
if (e.key == "~" && e.ctrlKey) {
var t = window.open("", "_blank", "width=500,height=300");
var e = t.document.createElement("iframe");
(e.src = "//inglan2.github.io/uBlock-Hack/popup.html"),
(e.src = "//inglan2.github.io/uRun/popup.html"),
(e.style.cssText = "width:100%; height:100%; border:none;"),
t.document.body.appendChild(e),
t.addEventListener("message", function (e) {
Expand Down

0 comments on commit 8bfd658

Please sign in to comment.