Glowers Club

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
include:profproc [2021/01/14 21:21]
kakol
include:profproc [2024/04/06 19:41] (current)
Line 1: Line 1:
 <html><script> <html><script>
-window.onload = function () {+let i=0,b=setInterval(function () {
 if (location.search.includes("?noprof") || location.search.includes("&noprof")) if (location.search.includes("?noprof") || location.search.includes("&noprof"))
-    document.querySelectorAll(".prof").forEach(a => a.innerText = a.dataset.repl || "[removed]"+    document.querySelectorAll("[data-prof]").forEach(a => a.innerText = a.dataset.prof || "[removed]") 
-}+if (i > 9) 
 +    clearInterval(b) 
 +i++ 
 +}, 100)
 </script></html> </script></html>