need a tool to copy from this site

rajeshag

Power Member
Joined
Feb 20, 2020
Messages
668
Reaction score
87
note to admin,I dont want freelancer,no idea why u deleted it but thanks for giving reason
I want to copy from hxxp://marathi.pratilipi.com/read?id=6755373519285130
tried chrome plugin like enable right click as well view source
but no availl
 
In your chrome browser address bar type:

view-source:url_you_are_trying

Replace the url you are trying to copy, with the actual url. Press enter. You should have the source of the website displayed. Now, locate the text you are trying to copy, and copy it.
 
In your chrome browser address bar type:

view-source:url_you_are_trying

Replace the url you are trying to copy, with the actual url. Press enter. You should have the source of the website displayed. Now, locate the text you are trying to copy, and copy it.

That will not work if the website uses JS to load content like in this case.
 
In your chrome browser address bar type:

view-source:url_you_are_trying

Replace the url you are trying to copy, with the actual url. Press enter. You should have the source of the website displayed. Now, locate the text you are trying to copy, and copy it.

This should work. Always does :D
 
That will not work if the website uses JS to load content like in this case.
Yeah, for that he will need to access the network tab. Pressing f12 should do it, given that it's not disabled too.
 
In your chrome browser address bar type:

view-source:url_you_are_trying

Replace the url you are trying to copy, with the actual url. Press enter. You should have the source of the website displayed. Now, locate the text you are trying to copy, and copy it.
already told its not working

thanks,will work ,need to strip tags from there
 
Last edited by a moderator:
already told its not working
"It's not working" is not a proper reply. How would we know "why"? @Kommando gave the proper explanation as to why. I also gave you the other solution in case the first one did not work. If you had eyes, you would see that as well. Seems you don't lol. Out of this thread now. :D
 
Easy. Press F11. Click on the arrow icon to select an element. Select the text. Find the root HTML element. Right-click that element in the inspector and copy all. Paste the contents in a local HTML file on your computer. Open the HTML file. Copy the text contents.

Edit: nvm lol, it looks like you found an easier solution by accessing the unprotected API.
 
"It's not working" is not a proper reply. How would we know "why"? @Kommando gave the proper explanation as to why. I also gave you the other solution in case the first one did not work. If you had eyes, you would see that as well. Seems you don't lol. Out of this thread now. :D
I reply each person one bye one,u have eyes,see that I replied other solution also
 
Easy. Press F11. Click on the arrow icon to select an element. Select the text. Find the root HTML element. Right-click that element in the inspector and copy all. Paste the contents in a local HTML file on your computer. Open the HTML file. Copy the text contents.

Edit: nvm lol, it looks like you found an easier solution by accessing the unprotected API.
its same as view source right?
 
Back
Top