Auto-click the
Do you often open links like https://f95zone.to/masked/* and get tired of pressing the extra button just to reach the real host?
This tiny Tampermonkey userscript automatically clicks the first element with class
How to install
Tip: if F95Zone ever changes the element’s class, just edit the selector in
continue button
on every /masked/ pageDo you often open links like https://f95zone.to/masked/* and get tired of pressing the extra button just to reach the real host?
This tiny Tampermonkey userscript automatically clicks the first element with class
.host_link
as soon as the page is fully loaded, saving you time and clicks.How to install
- Add the Tampermonkey extension (Chrome, Firefox, Edge, etc.).
- Click “Create a new script…”, delete the template, and paste the code from the spoiler below.
- Save (Ctrl + S). That’s it—every masked link will auto-open.
You don't have permission to view the spoiler content.
Log in or register now.
Tip: if F95Zone ever changes the element’s class, just edit the selector in
querySelector('.host_link')
and you’re back in business.