Disable Disqus URL Tracking

Remove the http[s]://disq.us/url?url= Disqus added in 2016-12

< Feedback on Disable Disqus URL Tracking

Review: Bad - script does not work

§
Posted: 2017-02-11

Parse error

Greasemokey gives the following error:

Download Error

Could not parse script: Ignoring @match pattern http*://disqus.com/embed/comments* because: Error: @match: Could not parse the pattern.

Luke BreuerAuthor
§
Posted: 2017-02-15

What browser, version, and OS are you running? You could try breaking that @match into two, one http:// and one https://.

§
Posted: 2017-03-19

same problem. Please fix it!

§
Posted: 2017-03-19

replace
// @match http*://disqus.com/embed/comments*
to
// @match *://disqus.com/*

Luke BreuerAuthor
§
Posted: 2017-03-19

Done.

Post reply

Sign in to post a reply.