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

Commit

Permalink
cahnge window name
Browse files Browse the repository at this point in the history
  • Loading branch information
Inglan committed Feb 4, 2024
1 parent 009ee2e commit 8f3893b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions urun.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ document.addEventListener("keydown", function (e) {
(e.src = "//inglan2.github.io/uRun/popup.html"),
(e.style.cssText = "width:100%; height:100%; border:none;"),
t.document.body.appendChild(e),
t.document.title = "uRun",
t.addEventListener("message", function (e) {
e.data.toString().startsWith("execute:") && (eval(e.data.toString().replace("execute:", "")), t.close());
});
Expand Down

0 comments on commit 8f3893b

Please sign in to comment.