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:31]
kakol
include:profproc [2024/04/06 19:41] (current)
Line 1: Line 1:
-<html><script>window.addEventListener('load', function () { +<html><script> 
-console.debug("location", location.search, document.querySelectorAll(".prof")) +let i=0,b=setInterval(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("[data-prof]").forEach(a => a.innerText = a.dataset.prof || "[removed]")     document.querySelectorAll("[data-prof]").forEach(a => a.innerText = a.dataset.prof || "[removed]")
Line 8: Line 7:
 i++ i++
 }, 100) }, 100)
-})</script></html>+</script></html>