Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Ulteriori informazioni

Questa discussione è chiusa e archiviata. Inserire una nuova richiesta se occorre aiuto.

Greasemonkey not blocking vibrant text despite having enabled that option

  • 2 risposte
  • 3 hanno questo problema
  • 1 visualizzazione
  • Ultima risposta di cor-el

more options

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.

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)

more options

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.

more options

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}
more options

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.