Greasy Fork is available in English.

Select text inside a link like Opera

Disable link dragging and select text.

< 腳本Select text inside a link like Opera的回應

提問/評論

§
發表於:2015-01-23

Visible CSS

Here http://line-mode.cern.ch/www/hypertext/WWW/TheProject.html on top.

It's probably Greasemonkey issue.

eight作者
§
發表於:2015-01-24

The line mode emulator makes every elements display inline, including style element.

* {
    display: inline;
}

You can tell CERN to fix it :P

發表回覆

登入以回復