![]() |
How to Copy Text from Text Copy Protected sites - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Website & Server Hacking (https://sinister.ly/Forum-Website-Server-Hacking) +--- Thread: How to Copy Text from Text Copy Protected sites (/Thread-How-to-Copy-Text-from-Text-Copy-Protected-sites) Pages:
1
2
|
RE: How to Copy Text from Text Copy Protected sites - Shining White - 08-25-2012 (08-22-2012, 06:09 PM)HrDe Wrote: Nice javascript bro, hw r u ? Hey how are ya , long time no see ? :wub: (08-22-2012, 11:34 PM)1234hotmaster Wrote: Ctrl + U shows you the source for most browsers. how harder can it get? it shows sources , that mean with the HTML, CSS, etc , removing them is wasting extra time ![]() RE: How to Copy Text from Text Copy Protected sites - 3r3bus - 08-25-2012 Nice share........................ RE: How to Copy Text from Text Copy Protected sites - Mr.Phoenix - 08-31-2012 Oh dude :-) simple :-) no need to use proxy servers :-) from mozilla firefox u can do that :-) go to options ![]() RE: How to Copy Text from Text Copy Protected sites - vqoley - 12-18-2012 nice. keep sharing...................... RE: How to Copy Text from Text Copy Protected sites - vqoley - 12-18-2012 nice. keep sharing...................... RE: How to Copy Text from Text Copy Protected sites - LEGITimacy™ - 01-21-2013 This can be simply done with perl. Using the content() module to grab the source then you can pipe the output to a text file. You can use LWP to set your user agent and then set your request variable to $request->content(); and then pipe the output when you run the command like so. perl grab.pl >> source.html |