Post Reply 
Sites that use DISQUS
Feb. 24, 2013, 07:10 PM
Post: #1
Sites that use DISQUS
Ive noticed on all sites that use the discussion format of DISQUS wont open the comment section when using Proxo. Anyone else noticed?

Kind Regards

Scoop
Add Thank You Quote this message in a reply
Feb. 24, 2013, 10:45 PM (This post was last modified: Feb. 24, 2013 10:48 PM by Toppy.)
Post: #2
RE: Sites that use DISQUS
Yes, I have the same thing happening every time.
Lots of sites use disquss, just some examples below:

http://www.theinquirer.net/inquirer/news...-os-phones
http://www.filehippo.com/download_firefox/comments/
Add Thank You Quote this message in a reply
Feb. 25, 2013, 01:53 AM
Post: #3
RE: Sites that use DISQUS
Quote:Ive noticed on all sites that use the discussion format of DISQUS wont open the comment section when using Proxo.

Are you sure this isn't a good thing? Wink

(Feb. 24, 2013 10:45 PM)Toppy Wrote:  just some examples below:

Thanks.

Try adding

Code:
mediacdn.disqus.com/*/client.js     $SET(0=a_refer.)

to Exceptions-U.

HTH
Add Thank You Quote this message in a reply
Feb. 25, 2013, 02:46 AM
Post: #4
RE: Sites that use DISQUS
(Feb. 25, 2013 01:53 AM)JJoe Wrote:  Are you sure this isn't a good thing? Wink

i was thinking the same thing Smile!
Add Thank You Quote this message in a reply
Feb. 25, 2013, 10:24 PM
Post: #5
RE: Sites that use DISQUS
(Feb. 25, 2013 02:46 AM)ProxRocks Wrote:  
(Feb. 25, 2013 01:53 AM)JJoe Wrote:  Are you sure this isn't a good thing? Wink

i was thinking the same thing Smile!

Yes totally agree with you, it was just the inconveninece of the DISQus sign waiting to load up! Maybe I should have constructed the post better Shame and embarressment!

Kind Regards

Scoop
Add Thank You Quote this message in a reply
Feb. 26, 2013, 12:23 AM
Post: #6
RE: Sites that use DISQUS
i wouldn't go that far, lol...

i'm just basically "anti-facebook" and "anti-twitter" mentality...

i just kinda "hate" how *ALL* websites it seems these days have three or four paragraphs of legit content... but then tack on scroll-scroll-scroll scroll-more scroll-more scroll-more pages upon pages upon pages of *USELESS* **CRAP** where every visitor to the website thinks the rest of us visited that site to read their *USELESS* 'opinion'...
Add Thank You Quote this message in a reply
Feb. 26, 2013, 04:37 AM
Post: #7
RE: Sites that use DISQUS
(Feb. 25, 2013 10:24 PM)scoop Wrote:  it was just the inconveninece of the DISQus sign waiting to load up!

To remove disqus and maybe speed things up, try adding

Code:
[^.]+.disqus.com/  $TST(keyword=*.i_script:12.*)

to AdHosts-J.

And this tricky bit

Code:
$SET(sAdKey=$GET(sAdKey)disqus.)(^)
~$SET(sAdKey=$GET(sAdKey)disqus.)(^)

to Exceptions-U.

HTH
Add Thank You Quote this message in a reply
Feb. 26, 2013, 02:19 PM
Post: #8
RE: Sites that use DISQUS
never seen that, what does that "tricky bit" do?
Add Thank You Quote this message in a reply
Feb. 26, 2013, 05:20 PM
Post: #9
RE: Sites that use DISQUS
(Feb. 26, 2013 02:19 PM)ProxRocks Wrote:  what does that "tricky bit" do?

After processing, a list contains Hashed Items, Non-Hashed Items, and Excluded Items: http://local.ptron/.pinfo/lists/Exceptions-U .
Excluded items begin with a ~. Excluded Items are checked after a match has been found. The Proxomitron quits looking for matches after a match is found.

Variables are set when $SET() is found. (^) never matches.

So

Code:
$SET(sAdKey=$GET(sAdKey)disqus.)(^)

creates sAdKey or adds "disqus." to sAdKey and then fails allowing the Proxomitron to continue looking for matches.

If a match is found before "$SET(sAdKey=$GET(sAdKey)disqus.)(^)" is found,
the Excluded Item

Code:
~$SET(sAdKey=$GET(sAdKey)disqus.)(^)

creates sAdKey or adds "disqus." to sAdKey and then fails allowing the Proxomitron to continue looking for Exclusions.

So the tricky bit is an attempt to always have "disqus" in sAdkey without having to add it to AdKeys-S.

HTH
Add Thank You Quote this message in a reply
May. 28, 2013, 12:38 AM
Post: #10
RE: Sites that use DISQUS
Would you kindly write a filter so that I might see and read Disqus comments?

Thank you!

C
Add Thank You Quote this message in a reply
May. 28, 2013, 08:19 PM
Post: #11
RE: Sites that use DISQUS
Try adding

Code:
mediacdn.disqus.com/*/client.js     $SET(0=a_refer.i_loc_j:0.)

to Exceptions-U.

HTH

BTW, disqus widget is a big ugly web bug.

http://help.disqus.com/customer/portal/articles/466260-terms-of-service


disqus Wrote:We care about the privacy of our Users. You understand that by using the Services you consent to the collection, use and disclosure of your personally identifiable information and aggregate data as set forth in our Privacy Policy http://docs.disqus.com/help/30/, and to have your personally identifiable information collected, used, transferred to and processed in the United States
.

http://help.disqus.com/customer/portal/articles/466259-privacy-policy
Add Thank You Quote this message in a reply
[-] The following 1 user says Thank You to JJoe for this post:
Belarathon
May. 28, 2013, 09:06 PM
Post: #12
RE: Sites that use DISQUS
Sheesh. It appears that by merely reading the contents I'm opening myself up to scrutiny.

Thanks much.
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: