Last active
February 16, 2023 21:17
-
-
Save gorhill/ef1b62d606473c68d524 to your computer and use it in GitHub Desktop.
Disqus comments widget: on-demand
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! Title: Disqus click-to-load | |
# Copy-paste the static filters below into your "My filters" pane in the | |
# dashboard. | |
# Purpose is to load Disqus comments on demand only, so that no connection | |
# to `disqus.com` occurs by default when you land on a site which uses | |
# Disqus comments widget. | |
# Not connecting to Disqus by default is a good thing for such a | |
# ubiquitous server as `disqus.com`, which can be used to build a | |
# profile of your browsing habits, even if you have no account with | |
# Disqus. This also helps web pages containing the Disqus widget to | |
# load faster. | |
# These filters will cause a button labeled: | |
# "Disqus blocked by uBlock Origin: click to unblock" to be embedded | |
# where Disqus comments would normally be loaded. Click the button | |
# to force the comments to be loaded. | |
# Be sure your filter lists are up to date, new resources have been | |
# added today to make these filters work. | |
||disqus.com/forums/*/embed.js$script,redirect=disqus.com/forums/*/embed.js | |
||disqus.com/embed.js$script,redirect=disqus.com/embed.js | |
||disqus.com/count.js$script | |
@@||disqus.com/embed.js?_=1457540*$script |
Looks like this still working https://gist.github.com/gwarser/2d4b5dcd32b0d219e0ae65b43eb1f53d
Looks like this still working https://gist.github.com/gwarser/2d4b5dcd32b0d219e0ae65b43eb1f53d
Is this only compatible with ublock or can i use this in adguard too
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I really need this