搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

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;}}