Jump to content

popup filtering


aze
 Share

Recommended Posts

are you not unchecking the "open unrequested windows" in

edit -> preferences -> advanced -> scripts & plugins ?

 

This usually stops popups for me.

 

If you mean "banner ads" you can add custom css formating to every page you view.

 

just create a userContent.css file and you can put in prefs like so:

 

[src*=ads.], [src*=ads/],[src*=adfarm.], [href*=adfarm] *,

[src*=doubleclick],

[href*=doubleclick.] *,

[href*=rd.yahoo.com] [src*=yimg.com],

[width=60][height=468],

[width=468][height=60],

[width=120][height=600]

{

-moz-outline: medium dotted red;

-moz-opacity: 5%;

}

 

 

[type=application/x-shockwave-flash]

{

display: none !important;

}

 

 

//********************************************************************************

*****************/

That display none for shockwave flash stops alot of annoying ads but some sites require shockwave for navigation(idiots IMO**) so you have to remove the file and restart the browser to access these sites(i don't know any method of temporarily dissabling the userContent.css formating). Or just don't use the shockwave related bit, if you know css you can write your own filters.

 

** The only thing i think flash is good for is those little animations like "starwars gangsta rap" and thats it, i despise the use in site navigation, give me standard html with a sprinkling of javascript and css anyday.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...