machsix / Super-preloader

Userscript to enable autopagerizing as well as preloading
https://machsix.github.io/Super-preloader/Super_preloaderPlus_one_New.user.js
GNU General Public License v3.0
575 stars 83 forks source link

Correct way to exclude parts of a site and entire sites #360

Closed mustaqimM closed 3 years ago

mustaqimM commented 4 years ago

Hey there,

how do I assign excludes for certain sites and for subdomains of site?

I have it set up like so:

http*://*reddit.com/*,
http*://hn.premii.com/*,
paperspace.com,
localhost,
https://opengameart.org/*,
https://course.fast.ai/,
https://colab.research.google.com,
https://accounts.google.com/*

But this doesn't seem to work. For instance I want to exclude the entire site: https://opengameart.org/. But I want it enabled on github.com but not on https://github.com/login: image

machsix commented 3 years ago

https://opengameart.org/* should do the trick.

However, I don't suggest you to enable the following highlighted function. It's not well tested and may make website useless.

Capture

A safer solution is to change the Mode from Preloader to Autopager and save it. If the webpage looks ok, continue use it.

Capture