Sites blocking copying of text
It seems to be a trend - websites that prevent copying of their text. cNet.com is one. Is there a way to overcome this apart from creating an image of the wanted text.
I need to quote short selections in my forum discussions and it is only "fair use" not plagiarism or copyright infringement.
web
add a comment |
It seems to be a trend - websites that prevent copying of their text. cNet.com is one. Is there a way to overcome this apart from creating an image of the wanted text.
I need to quote short selections in my forum discussions and it is only "fair use" not plagiarism or copyright infringement.
web
1
Disable JavaScript and copy the text. Then enable it as some webpage need it to show contents properly.
– Biswapriyo
Jun 5 '17 at 7:53
In certain browsers e.g. Chrome, you can disable JS support for certain sites with exception list and enables content copying from it.
– Tetsuya Yamamoto
Jun 5 '17 at 8:22
add a comment |
It seems to be a trend - websites that prevent copying of their text. cNet.com is one. Is there a way to overcome this apart from creating an image of the wanted text.
I need to quote short selections in my forum discussions and it is only "fair use" not plagiarism or copyright infringement.
web
It seems to be a trend - websites that prevent copying of their text. cNet.com is one. Is there a way to overcome this apart from creating an image of the wanted text.
I need to quote short selections in my forum discussions and it is only "fair use" not plagiarism or copyright infringement.
web
web
asked Jun 5 '17 at 7:48
Brian
144
144
1
Disable JavaScript and copy the text. Then enable it as some webpage need it to show contents properly.
– Biswapriyo
Jun 5 '17 at 7:53
In certain browsers e.g. Chrome, you can disable JS support for certain sites with exception list and enables content copying from it.
– Tetsuya Yamamoto
Jun 5 '17 at 8:22
add a comment |
1
Disable JavaScript and copy the text. Then enable it as some webpage need it to show contents properly.
– Biswapriyo
Jun 5 '17 at 7:53
In certain browsers e.g. Chrome, you can disable JS support for certain sites with exception list and enables content copying from it.
– Tetsuya Yamamoto
Jun 5 '17 at 8:22
1
1
Disable JavaScript and copy the text. Then enable it as some webpage need it to show contents properly.
– Biswapriyo
Jun 5 '17 at 7:53
Disable JavaScript and copy the text. Then enable it as some webpage need it to show contents properly.
– Biswapriyo
Jun 5 '17 at 7:53
In certain browsers e.g. Chrome, you can disable JS support for certain sites with exception list and enables content copying from it.
– Tetsuya Yamamoto
Jun 5 '17 at 8:22
In certain browsers e.g. Chrome, you can disable JS support for certain sites with exception list and enables content copying from it.
– Tetsuya Yamamoto
Jun 5 '17 at 8:22
add a comment |
1 Answer
1
active
oldest
votes
These sites use JavaScript to disable the copying of text, as well as other features such as right-clicking. Chrome has several addons that can toggle JavaScript on and off. Firefox does as well.
The first thing to try is viewing the page source, i.e. the code that makes the site. This may or may not show you the text you want to copy, due to how JavaScript works. Different browsers use different methods to view the page source, but that is easy to google an answer for.
Disabling JavaScript may or may not work for you though. Disabling JavaScript will require reloading the page. This may result in the page not functioning properly and not displaying the text you want to copy.
A text based browser like Links, or Brow.Sh may also work, as they support JavaScript. So you may be able to capture the text output with a redirection.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1216106%2fsites-blocking-copying-of-text%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
These sites use JavaScript to disable the copying of text, as well as other features such as right-clicking. Chrome has several addons that can toggle JavaScript on and off. Firefox does as well.
The first thing to try is viewing the page source, i.e. the code that makes the site. This may or may not show you the text you want to copy, due to how JavaScript works. Different browsers use different methods to view the page source, but that is easy to google an answer for.
Disabling JavaScript may or may not work for you though. Disabling JavaScript will require reloading the page. This may result in the page not functioning properly and not displaying the text you want to copy.
A text based browser like Links, or Brow.Sh may also work, as they support JavaScript. So you may be able to capture the text output with a redirection.
add a comment |
These sites use JavaScript to disable the copying of text, as well as other features such as right-clicking. Chrome has several addons that can toggle JavaScript on and off. Firefox does as well.
The first thing to try is viewing the page source, i.e. the code that makes the site. This may or may not show you the text you want to copy, due to how JavaScript works. Different browsers use different methods to view the page source, but that is easy to google an answer for.
Disabling JavaScript may or may not work for you though. Disabling JavaScript will require reloading the page. This may result in the page not functioning properly and not displaying the text you want to copy.
A text based browser like Links, or Brow.Sh may also work, as they support JavaScript. So you may be able to capture the text output with a redirection.
add a comment |
These sites use JavaScript to disable the copying of text, as well as other features such as right-clicking. Chrome has several addons that can toggle JavaScript on and off. Firefox does as well.
The first thing to try is viewing the page source, i.e. the code that makes the site. This may or may not show you the text you want to copy, due to how JavaScript works. Different browsers use different methods to view the page source, but that is easy to google an answer for.
Disabling JavaScript may or may not work for you though. Disabling JavaScript will require reloading the page. This may result in the page not functioning properly and not displaying the text you want to copy.
A text based browser like Links, or Brow.Sh may also work, as they support JavaScript. So you may be able to capture the text output with a redirection.
These sites use JavaScript to disable the copying of text, as well as other features such as right-clicking. Chrome has several addons that can toggle JavaScript on and off. Firefox does as well.
The first thing to try is viewing the page source, i.e. the code that makes the site. This may or may not show you the text you want to copy, due to how JavaScript works. Different browsers use different methods to view the page source, but that is easy to google an answer for.
Disabling JavaScript may or may not work for you though. Disabling JavaScript will require reloading the page. This may result in the page not functioning properly and not displaying the text you want to copy.
A text based browser like Links, or Brow.Sh may also work, as they support JavaScript. So you may be able to capture the text output with a redirection.
edited Dec 15 '18 at 8:05
answered Dec 15 '18 at 7:43
Keltari
50.8k18118170
50.8k18118170
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1216106%2fsites-blocking-copying-of-text%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Disable JavaScript and copy the text. Then enable it as some webpage need it to show contents properly.
– Biswapriyo
Jun 5 '17 at 7:53
In certain browsers e.g. Chrome, you can disable JS support for certain sites with exception list and enables content copying from it.
– Tetsuya Yamamoto
Jun 5 '17 at 8:22