Select text inside a link like Opera

Disable link dragging and select text.

< Σχολιασμός για τον κώδικα Select text inside a link like Opera

Ερώτηση/σχόλιο

§
Δημοσιεύτηκε: 23/01/2015

Visible CSS

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

It's probably Greasemonkey issue.

eightΔημιουργός
§
Δημοσιεύτηκε: 24/01/2015

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

* {
    display: inline;
}

You can tell CERN to fix it :P

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.