how to copy from this website?

itsmegauri

Regular Member
Joined
Apr 29, 2019
Messages
246
Reaction score
45
came across this site
obvisouly not mine
what copy protection mechanism they using
and how to copy content from there?


hXXtps://marathi.pratilipi.com/read?id=6755373519285130
 
inspect element but you have no grip on right click so CTRL+SHIFT+I and then you get inspect element console then go on start and right click on body tag and then click edit as html and then ctrl+c and copy all the code and place on your some editor and then get your desired data.This website have content embedded by jquery so in view source directly you have nothing
 
chrome
add : this add-on
https://chrome.google.com/webstore/detail/absolute-enable-right-cli/jdocbkpgdakpekjlhemmfcncgdjeiika
enjoy


sample copied text

ठी बाहेर पडत होतो. थोडीशी मनामध्ये भीती होतीच. मित्र-मैत्रिणींबरोबर असलो की लाजल्या बुजल्यासारखं व्हायचं. माझ्या खेडवळ बोलण्याला सारे हसायचे

पण नंतर नंतर माझी त्यांना आणि त्यांची मला सवय झाली होती. मी त्यांच्यात रमलो होतो. तेही माझ्याशी प्रेमाने, आपुलकीने वागत होते. मी लांबच्या गावातला आणि नवी
 
inspect element but you have no grip on right click so CTRL+SHIFT+I and then you get inspect element console then go on start and right click on body tag and then click edit as html and then ctrl+c and copy all the code and place on your some editor and then get your desired data.This website have content embedded by jquery so in view source directly you have nothing
thanks
but I have to copy line by line
 
just disable java on that website then you can copy
 
chrome
add : this add-on
https://chrome.google.com/webstore/detail/absolute-enable-right-cli/jdocbkpgdakpekjlhemmfcncgdjeiika
enjoy


sample copied text

ठी बाहेर पडत होतो. थोडीशी मनामध्ये भीती होतीच. मित्र-मैत्रिणींबरोबर असलो की लाजल्या बुजल्यासारखं व्हायचं. माझ्या खेडवळ बोलण्याला सारे हसायचे

पण नंतर नंतर माझी त्यांना आणि त्यांची मला सवय झाली होती. मी त्यांच्यात रमलो होतो. तेही माझ्याशी प्रेमाने, आपुलकीने वागत होते. मी लांबच्या गावातला आणि नवी
that shocking it exists lol

that plugin must be forcing javascript to enable right click to see source ...
 
chrome
add : this add-on
https://chrome.google.com/webstore/detail/absolute-enable-right-cli/jdocbkpgdakpekjlhemmfcncgdjeiika
enjoy


sample copied text

ठी बाहेर पडत होतो. थोडीशी मनामध्ये भीती होतीच. मित्र-मैत्रिणींबरोबर असलो की लाजल्या बुजल्यासारखं व्हायचं. माझ्या खेडवळ बोलण्याला सारे हसायचे

पण नंतर नंतर माझी त्यांना आणि त्यांची मला सवय झाली होती. मी त्यांच्यात रमलो होतो. तेही माझ्याशी प्रेमाने, आपुलकीने वागत होते. मी लांबच्या गावातला आणि नवी
never know this existed , saved it for later :D, isn't this extension goes against chrome policy?
 
You could just Enable Reader Mode on chrome

Works well for me.
i just tried it on the page OP provided. it does not work. can you confirm on your side? I get



कथा : वाचा मराठी कथा ,कविता आणि पुस्तके | Pratilipi | प्रतिलिपि
No data found.
 
i just tried it on the page OP provided. it does not work. can you confirm on your side? I get



कथा : वाचा मराठी कथा ,कविता आणि पुस्तके | Pratilipi | प्रतिलिपि
No data found.
yrTgCc.jpg


Seems to be working fine for me although I did get that message you got the first time I tried but then the page appeared to be down for a few seconds after that so maybe try it again.
 
nice u cracked it atlast ... well its my native language will it convert good or for wht purpose u wana copy it ?
 
now my question
how to create content like this? embedding text in jqery?
 
Simple. View page source and copy text

Ahh sorry it didnot work that way.
Try some chrome plugins
 
now my question
how to create content like this? embedding text in jqery?

The page is using javascript to block the right clicks. then It's requesting the text through an API in JSON format as the page is loads. The DOM for the text content is created with javascript using the data from the JSON as well.

API request URL:
Code:
https://marathi.pratilipi.com/api/pratilipi/content?pratilipiId=6755373519285130&chapterNo=1&_apiVer=3
 
The page is using javascript to block the right clicks. then It's requesting the text through an API in JSON format as the page is loads. The DOM for the text content is created with javascript using the data from the JSON as well.

API request URL:
Code:
https://marathi.pratilipi.com/api/pratilipi/content?pratilipiId=6755373519285130&chapterNo=1&_apiVer=3
is there easy way to implement it?
 
Back
Top