PriEco: New open source web search engine
Privacy Guides Community [Unofficial]
May 11, 2026
I tested it using Tor browser
Glad that PriEco works nonetheless
My rough guess is that disabled JS by Ublock prevents JS spoofing
I can give you what I do in PriEco
<noscript>
<meta http-equiv="refresh" content="0; url=/set?js=1&return_to={{{ current_path }}}">
<p>Configuring PriEco for No-JS mode...<a href="/set?js=1" class="link">Click here if you are not redirected automatically.</a></p>
</noscript>
This html should tell your browser if user doesn’t have working JS, redirect them to an URL, which auto sets js cookie for you. Obviously I don’t personally get any information about your JS usage. It’s your browser who has to make the decision
Maybeee adding *##^noscript > meta[http-equiv="refresh"] to ublock My filters might fix it
Discussion in the ATmosphere