GitHub LinkedIn Twitter

How to make an offline copy of a website

To create an offline browseable copy of a website you can use the tool wget. I will guide you through the steps on how to create a offline copy based on your needs. Download the website # wget --mirror --no-check-certificate -e robots=off --timestamping --recursive --level=inf \ --no-parent --page-requisites --convert-links --adjust-extension --backup-converted -U Mozilla \ --reject-regex feed -R '*.gz, *.tar, *.mp3, *.zip, *.flv, *.mpg, *.pdf' http://test.com Change into the directory of the offline copy:
Read more →

Anti-Adblock-Killer Guide to fight Anti-Adblock

Anti-Adblock Introdution # If you use an Adblock technology like uBlock, you sometimes see an Anti-Adblock technology on a website that blocks you from accessing the website content. A famous example recently is forbes.com. I will use a website as an example to show how you can defeat that by creating a custom whitelist rule that will fight the Anti-Adblock but still disable the Advertisements and Tracking. You can call it an Anti-Anti-Adblock or Anti-Adblock-Killer.
Read more →