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:33]
kakol
include:profproc [2024/04/06 19:41] (current)
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("[data-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]")