On 4/1/19, Paul B. Gallagher <[email protected]> wrote: > Jonathan N. Little wrote: >> Paul B. Gallagher wrote: >>> Anyone know how websites can display text but prevent copying? It's very >>> common on Korean sites, but I've seen it elsewhere, too. >>> >>> Here's an example: >>> <https://m.blog.naver.com/heayunbusan/140154085168> >>> It's easy enough to use CTRL-F to search and select a text string, but >>> even with that text "selected," you can't copy it. >>> >>> Don't misunderstand -- I'm not trying to pirate their stuff, just >>> curious. And if I wanted to quote them within the limits of "fair use," >>> I'd have to retype and proof my copy. >> >> simple javascript. >> >> <https://www.google.com/search?q=javascript+disable+copy> > > Bingo! > > Couldn't find it in their code, but disabling javascript disabled the > block.
You can also get rid of the block with uBlock Origin. Get the Firefox Legacy version from https://github.com/gorhill/uBlock/releases and add a new rule: m.blog.naver.com##+js(addEventListener-defuser.js) Regards, Lee _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

