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

댓글 남기기

댓글을 남기려면 로그인하세요.