脚本
-
-
nullify-all-links JS - Prevent all links from working.
-
highlight-external-links JS - Highlight all external links in lime green.
-
hide-iframes JS - Hide all iframes on the page.
-
display-external-urls JS - Display the URLs of external links.
-
disable-jquery JS - Disable jQuery after the page loads. Useful for sites that rely on jQuery to penalize AdBlock users.
-
disable-inline-and-eval JS - Use a default Content Security Policy to prevent inline JavaScript and eval from working.
-
clear-all-timeouts JS - Clear all timeouts after the page loads. Useful for sites that rely on timeouts to penalize AdBlock users (a common anti-AdBlock technique).
-
prevent-playlist-autoplay JS - Prevent autoplay for HTML5 video playlists (particularly on YouTube) by making them pause before they can move on. Works on videos in iframes too.