NASM - The Netwide Assembler

NASM Forum => Example Code => Topic started by: Zefferon on March 19, 2015, 04:43:07 AM

Title: Linux - Download a Webpage And Strip The Scripts Out Of It
Post by: Zefferon on March 19, 2015, 04:43:07 AM
THE SCRIPT STRIPPER


Tired of webpages clogged with so many scripts they hang your browser?

GUT 'EM.

ScriptStripper downloads a webpage to memory, removes the scripts,
and writes the result to a file. The file can then be opened in
your browser.

HOW TO USE IT

Navigate to the offending webpage.
Copy its web address out of the address bar.
Quickly click a different website to avoid hangup.
In a terminal, type ./ScriptStripper and paste the address.
Add an optional save file name if desired.
Run it.
Open the saved file file with your browser.
Works on most webpages.

Website:
   http://www.shallizar.com/nasmcollection/Linux/Shallizar/Apps/Internet/ScriptStripper.html

Same tarball.