Този сайт ще има ограничена функционалност, докато се извършва тече неговата поддръжка. Ако дадена статия не може реши проблема ви и искате да зададете въпрос, нашата общност е готова да ви помогне на @firefox в Twitter и /r/firefox в Reddit.

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

How can I disable url previews that pop up when the cursor hovers over url links (say, on a wikipedia page)?

  • 1 отговор
  • 1 има този проблем
  • 24 изгледи
  • Последен отговор от cor-el

more options

Bring up a wikipedia web page. Hover cursor over blue url link. Link underlines immediately and seconds later pops up an annoying display to cover nearby area. How can I disable this (IMHO) terrible distracting functionality? - Thanks

Bring up a wikipedia web page. Hover cursor over blue url link. Link underlines immediately and seconds later pops up an annoying display to cover nearby area. How can I disable this (IMHO) terrible distracting functionality? - Thanks

Всички отговори (1)

more options

Such pop-ups are generated by JavaScript on a web page. Maybe a content blocking extension can suppress these pop-ups on hover. It should also be possible to hide them via code in userContent.css.


Add code to the userContent.css file.


@-moz-document domain(en.wikipedia.org){div.mwe-popups-container {display:none ! important;}}