Answer the question
In order to leave comments, you need to log in
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
Try disabling js using the addons.mozilla.org/en/firefox/addon/noscript/ plugin - it helps, although not always in such situations.
You can do it without plugins, just a little more cumbersome. Ctrl+U and copy text directly from source code
deactivate the blocking code
with a bookmarklet global nousscript can block the receipt of messages itself
Run in console
document.body.oncopy = function () {
return true;
}
You can install Greasemonkey in FF and add this script.
There is AutoCopy , it copies the selected text automatically (it seems to be done in Linux like this)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question