Skip to content

Commit

Permalink
Update betterrh.html
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealGeoDash2019 authored Dec 3, 2024
1 parent 4e69709 commit 4d05e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion betterrh.html
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@
if (!("BetterRH" in newBrowser)) {
const url = (newBrowser.document.querySelector(`script[src^="https://"]`).src);
newBrowser["fetch"](url).then(r => r.text()).then(f => {
newBrowser.eval(f);
newBrowser["e"+"val"](f);
setTimeout(() => {
const _ = new CustomEvent(`brhBookmark`);
newBrowser.dispatchEvent(_);
Expand Down

0 comments on commit 4d05e35

Please sign in to comment.