
Greasemonkey not blocking vibrant text despite having enabled that option
The question says it all... I added this for the specific purpose of eliminating those annoying double underline green text popup "keyword" links that either pop up an ad or redirect you and the text that is made into this scourge is almost NEVER relevant to the ad. I may begin adding sites that run vibrant text to my hosts file I loathe that script so much.
In any case I'm running FF 13.0.1 and windows XP.
Tutte le risposte (3)
Hi,
The script could have modification instructions on its home page @ https://userscripts.org/ . You can also try NoScript coupled with Adblock Plus. You can install these via the Search bar (top right) in Tools (Alt + T) > Add-ons, or via AMO.
You can also block some of the pop-ups with code in the userContent.css file.
Note that this may not work if a Flash object is used.
The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.
—--
#iTt,#adbrite_inline_div,#AdvertBanner,#amzn-popup-div,#konaLayers,div[id^="kona_"], #lwPreview,#menuModule,#tf_AdDiv,#tooltipBox,#IL_BUBBLE,#IL_FORM_CONT, #snap_com_shot_main,#demoBubbleContents,div.demoBubbleContents {display:none!important}
This question has been locked because the original author has deleted their account. While you can no longer post new replies, the existing content remains available for reference.