C
C
ChemAli2011-08-09 09:48:51
Backup
ChemAli, 2011-08-09 09:48:51

Plugin for Firefox, restoring the ability to copy

For some reason, some sites block the ability to copy texts. In particular, now I am faced with the fact that on one of the sites I can not copy the texts of internal messages addressed to me :) We are

looking for a plugin for FF that neutralizes copy-paste blocking techniques. I didn't find it in the catalog. Thanks in advance.

Answer the question

In order to leave comments, you need to log in

8 answer(s)
F
FF5L, 2011-08-09
@FF5L

Try disabling js using the addons.mozilla.org/en/firefox/addon/noscript/ plugin - it helps, although not always in such situations.

A
Anatoly, 2011-08-09
@taliban

It is not always possible to disable this feature.

S
s0rr0w, 2011-08-09
@s0rr0w

You can do it without plugins, just a little more cumbersome. Ctrl+U and copy text directly from source code

T
Talismanium, 2011-08-09
@Talismanium

deactivate the blocking code
with a bookmarklet global nousscript can block the receipt of messages itself

V
videns, 2011-08-09
@videns

Perhaps ctrl-insert is not blocked?

O
OlegTar, 2011-08-09
@OlegTar

Run in console
document.body.oncopy = function () {
return true;
}
You can install Greasemonkey in FF and add this script.

X
xandr0s, 2011-08-09
@xandr0s

There is AutoCopy , it copies the selected text automatically (it seems to be done in Linux like this)

O
OlegTar, 2011-08-10
@OlegTar

Cool. in another question, I answered how to block copying,
and in this one, how to unlock it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question