Post Reply 
Guardian website help: "Jump to Comments"
Sep. 25, 2013, 07:33 PM
Post: #1
Guardian website help: "Jump to Comments"
My Proxo setup: Sidki's config (2011-12-22) in the light mode.
No 'guardian' entries in exceptions.ptxt or exceptions-U.ptxt

On stories with comments, clicking on "Jump to comments", for example, in this link: http://www.theguardian.com/world/2013/se...cup-slaves
takes me to: http://www.theguardian.com/world/2013/se...f-comments

but the comments do not display. I have no problems if I use a direct connection.

Thanks for any help.

soccerfan
Add Thank You Quote this message in a reply
Sep. 26, 2013, 06:13 PM
Post: #2
RE: Guardian website help: "Jump to Comments"
Try after adding

Code:
discussion.theguardian.com/static/assets/app.[^.]+.min.js  $SET(0=a_jsmod.)

to Exceptions-U.ptxt.

HTH
Add Thank You Quote this message in a reply
Sep. 26, 2013, 09:28 PM
Post: #3
RE: Guardian website help: "Jump to Comments"
(Sep. 26, 2013 06:13 PM)JJoe Wrote:  Try after adding
Code:
discussion.theguardian.com/static/assets/app.[^.]+.min.js  $SET(0=a_jsmod.)
to Exceptions-U.ptxt.

Thanks JJoe Smile!
Quick question. Any disadvantage to using the following code (which also seems to work)
Code:
[^/]++theguardian.com/    $SET(0=a_js.)

soccerfan
Add Thank You Quote this message in a reply
Sep. 26, 2013, 11:34 PM
Post: #4
RE: Guardian website help: "Jump to Comments"
(Sep. 26, 2013 09:28 PM)soccerfan Wrote:  Quick question. Any disadvantage to using the following code (which also seems to work)
Code:
[^/]++theguardian.com/    $SET(0=a_js.)

Our filters are an attempt to control behavior.

My entry bypasses one filter, Top JS Replace: Ad Scripts III - Modules 10.10.10 [sd] (d.2), for a very limited range of addresses.

Yours bypasses all javascript filters for a large range of addresses, which allows less control. This is a problem when the extra files contain unwanted behavior.
Add Thank You Quote this message in a reply
Sep. 26, 2013, 11:48 PM
Post: #5
RE: Guardian website help: "Jump to Comments"
Understood Wink. More control = less unwanted behaviour. Thanks again.

soccerfan
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: