roguejuror
rouge
- Since
- Jan 24, 2010
- Messages
- 66,777
- Score
- 7,322
- Tokens
- 36
if you want to block ads or bypass paywalls on news sites, add a . at the end of the domain
a dot at the end serves up the same content as without it but it's a misconfiguration of the domain name system setup that most web admins make
an unintended result of this is that ad network scripts, paywall scripts, tracking scripts etc. are setup for the proper domain and don't execute on this alternate ghost, thus ads being blocked and paywalls bypassed
works on many of the big sites
to the browser's interpretation
Code:
https://www.bloomberg.com.
https://www.bloomberg.com./news/articles/2020-06-10/south-korea-untact-plans-for-the-post-pandemic-economy
a dot at the end serves up the same content as without it but it's a misconfiguration of the domain name system setup that most web admins make
an unintended result of this is that ad network scripts, paywall scripts, tracking scripts etc. are setup for the proper domain and don't execute on this alternate ghost, thus ads being blocked and paywalls bypassed
works on many of the big sites
Code:
https://www.youtube.com.
https://www.youtube.com./watch?v=2k9MpD1gM14
to the browser's interpretation
youtube.com
and youtube.com.
are two separate sites, so if you're logged in on youtube.com you will be log out on youtube.com.