http://www.cnn.com/TECH/
|
Jan. 21, 2009, 05:57 AM
Post: #1
|
|||
|
|||
http://www.cnn.com/TECH/
Anyone else having trouble with this page:
http://www.cnn.com/TECH/ I am using IE8 RC1 here, but I expect any browser will problems. For me, the page is mostly blank. Adding this line to Include-ExcludeU fixes it: Code: [^/]++cnn.com/ $SET(0=a_jsmeth.) I hope there is a better solution. DarthTrader |
|||
Jan. 21, 2009, 01:16 PM
Post: #2
|
|||
|
|||
RE: http://www.cnn.com/TECH/
Displays okay here in IE6 and IE7.
Edit: However! Just got that blank page at http://www.cnn.com/WORLD/ . Checking... |
|||
Jan. 21, 2009, 05:09 PM
Post: #3
|
|||
|
|||
RE: http://www.cnn.com/TECH/
It seems to be cookie-controlled interstitial code, hiding "body *":
Code: <style type="text/css" id="interstitialcss912707"> ...followed by a blocked ad script, that turns body display on again: Code: var styleNode = document.getElementById('interstitialcss' + adId); Maybe it's worth a shot to do just the same as above script by having the site-specific container killer also look for style tags: -> attachment And then replace the old AdKeys-S entry: Code: [^.]+.cnn.com/ $SET(sAdKey=.cnnCeilAd.cnnContextualLinks ...with: Code: [^.]+.cnn.com/ $SET(sAdKey=.cnnRR336ad.interstitial.MagOF.) Some other things have changed as well as CNN, so i've replaced the old IncludeExclude entry: Code: ## CNN ...with Code: ## CNN |
|||
Jan. 21, 2009, 06:03 PM
Post: #4
|
|||
|
|||
RE: http://www.cnn.com/TECH/
Hi Sidki,
Thanks for those changes. CNN is working fine once again! ![]() DarthTrader |
|||
Aug. 21, 2010, 12:46 AM
Post: #5
|
|||
|
|||
RE: http://www.cnn.com/TECH/
The new code shown above was released in the last published filter set, but since then, on my system, the CNN tech page and other main section pages still appear completely white and blank.
|
|||
Aug. 21, 2010, 10:36 AM
Post: #6
|
|||
|
|||
RE: http://www.cnn.com/TECH/
It's very slow to load here, but other than that it all works fine.
|
|||
Aug. 22, 2010, 10:22 AM
Post: #7
|
|||
|
|||
RE: http://www.cnn.com/TECH/
Works for me too.
|
|||
Aug. 25, 2010, 03:17 AM
Post: #8
|
|||
|
|||
RE: http://www.cnn.com/TECH/
So I still need help!
At bottom left of the /TECH page I see these Prox indicators: js in > Partial Ad: Adkey.2 referrer - frame - 623 - B site > ban_1: 0 AdKey: .cnnRR336ad.interstitial.MagOF. Flash > Toggle 1 Flash Object(s) My AdKeys-S.ptxt file has the following line: [^.]+.cnn.com/ $SET(sAdKey=.cnnRR336ad.interstitial.MagOF.) Any idea what could be wrong? |
|||
Aug. 25, 2010, 05:24 AM
Post: #9
|
|||
|
|||
RE: http://www.cnn.com/TECH/
(Jan. 21, 2009 05:09 PM)sidki3003 Wrote: It seems to be cookie-controlled interstitial code, hiding "body *": I see, unfiltered (some space removed) Code: <!-- ADSPACE: technology/main/top.1x1 --> Debug looks like (some space removed) Code: <!-- ADSPACE: technology/main/top.1x1 --> If I Code: [Patterns] it shows. SIDKI 2009-05-24 ALPHA 4 and I'm not sure that I am current. And sleep mode. |
|||
Aug. 25, 2010, 03:33 PM
Post: #10
|
|||
|
|||
RE: http://www.cnn.com/TECH/
Ahh, ok. I was checking this site with my personal config, but not with alpha 4, sorry.
Apparently below previously updated filter has fixed that issue by accident. Let me know, if not. Code: [Patterns] People using the config's light or minimal mode may need to add [^.]+.cnn.com/ $SET(0=i_level:3.0.) to their user lists. |
|||
Aug. 26, 2010, 05:17 AM
(This post was last modified: Aug. 26, 2010 05:18 AM by wammie.)
Post: #11
|
|||
|
|||
RE: http://www.cnn.com/TECH/
(Aug. 25, 2010 03:33 PM)sidki3003 Wrote: Ahh, ok. I was checking this site with my personal config, but not with alpha 4, sorry.I've been operating in light mode. I tried the replacement filter suggested above for "Remove: Comment-Block Ads II" and adding the line for cnn.com in my IncludeExclude-U file, but the problem remains. :-( I'm using the June, 2009 filter set (latest fixes) and I have not done any customizations. |
|||
Aug. 26, 2010, 02:03 PM
Post: #12
|
|||
|
|||
RE: http://www.cnn.com/TECH/
(Aug. 26, 2010 05:17 AM)wammie Wrote: adding the line for cnn.com in my IncludeExclude-U file, but the problem remains. :-( Use the IncludeExclude-U entry and try changing $TST(hCT=*html) to $TYPE(htm) like Code: [Patterns] HTH |
|||
Aug. 27, 2010, 12:45 AM
Post: #13
|
|||
|
|||
RE: http://www.cnn.com/TECH/
(Aug. 26, 2010 02:03 PM)JJoe Wrote:JJoe, you're a genius! It works!!! Haven't been able to access those pages for over a year; had to use another browser. Thanks very much. PROX ROCKS!(Aug. 26, 2010 05:17 AM)wammie Wrote: adding the line for cnn.com in my IncludeExclude-U file, but the problem remains. :-( |
|||
Oct. 24, 2010, 02:17 AM
Post: #14
|
|||
|
|||
RE: http://www.cnn.com/TECH/
So... according to this post, the next config set won't have a built-in solution for cnn/tech and cnn/[some other] pages that don't display in minimal or light modes?
|
|||
Oct. 24, 2010, 04:57 AM
Post: #15
|
|||
|
|||
RE: http://www.cnn.com/TECH/
No program can do what each person wants for every situation.
There has to be a place to start from. Does adding Code: www.cnn.com/ $SET(sComment=§<ADSPACE:§>begin) to Exceptions-U fix all pages and break none? If it does, wouldn't this be a better choice than forcing all users to a specific level? |
|||
« Next Oldest | Next Newest »
|