We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bea77f commit de59832Copy full SHA for de59832
ChangerLordex.js
@@ -1,4 +1,6 @@
1
-const element = document.querySelector('h1.lOj1YV_f8ef53b912061d9');
2
-if (element && element.innerText.includes("lordex.lol")) {
3
- element.innerText = element.innerText.replace("lordex.lol", "LORDEX");
4
-}
+setInterval(() => {
+ const element = document.querySelector('h1.lOj1YV_f8ef53b912061d9');
+ if (element && element.innerText.includes("lordex.lol")) {
+ element.innerText = element.innerText.replace("lordex.lol", "LORDEX");
5
+ }
6
+}, 0); // Her 1000 milisaniyede (1 saniyede) bir çalışır
0 commit comments