Glowers Club

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
include:profproc [2021/01/14 21:33] – kakolinclude:profproc [2024/11/26 03:19] (current) – external edit 127.0.0.1
Line 1: Line 1:
 <html><script> <html><script>
 let i=0,b=setInterval(function () { let i=0,b=setInterval(function () {
-console.debug("location", location.search, document.querySelectorAll(".prof")) 
 if (location.search.includes("?noprof") || location.search.includes("&noprof")) if (location.search.includes("?noprof") || location.search.includes("&noprof"))
     document.querySelectorAll("[data-prof]").forEach(a => a.innerText = a.dataset.prof || "[removed]")     document.querySelectorAll("[data-prof]").forEach(a => a.innerText = a.dataset.prof || "[removed]")