Post Reply 
Pixelated images help.
Feb. 24, 2015, 10:30 AM
Post: #1
Pixelated images help.
Ive noticed recently that when I have visited a few different sites that images on the page are very blurry and pixelated. http://news.sky.com/ and all of Flickr images after you click on a link to view a larger image are all poor quality.

Kind Regards

Scoop
Add Thank You Quote this message in a reply
Feb. 25, 2015, 05:55 PM
Post: #2
RE: Pixelated images help.
For sky, try after adding

Code:
news.sky.com/ $SET(0=i_noscr:2.)

to Exceptions-U

and

Code:
[Patterns]
Name = "Protect Conditional comments <html*> tag 2015.02.25 [ADD]"
Active = TRUE
URL = "$TYPE(htm)"
Bounds = "<!--\[if*<!\[endif\]-->|<head"
Limit = 300
Match = "$TST(html=1)(*<html*)\1"
        "|"
        "*<html$SET(html=1)"
        "|"
        "<head$SET(html=)$STOP()(^)"
Replace = "\1"

to Web Page filters.

HTH
Add Thank You Quote this message in a reply
[-] The following 1 user says Thank You to JJoe for this post:
scoop
Post Reply 


Forum Jump: