Skip to content

Spectre-ak/hacks

Repository files navigation

hacks

this repository contains some tips and tricks to manipulate or alter tech stacks

1. loading a site from your server and domain ->, using php file_get_contents
2. consuming ram and making site unresponsive (blocking further loading) ->
3. removing ads from websites (the key concept is to remove dom elements with class names containing advertisement keywords and can work more better for sites with advertisement elements class names known) ->
4. dark mode for wikipedia pages ->
5. Removing google iframe ads from sites ->
6. Docker docs page liker see dockerPageAutoLiker.java and make sure you have selenium web driver is present in your project along with chromedriver.exe (google how to setup) then run the code.
7. chrome extension for #5 hack which will get fired on each page load and remove all ifames->. enable developer mode->load unpacked->select if_rdirectory
8. simple web scrapper which takes a base url and extracts text from each href link present on the page.->
9. complete synced doc editor which saves data on a google doc in real-time using app script api and loads it on reload ->.
10. want to skip youtube or youtube music ads automatically, use ad_skip chrome extensiom or paste the content script directly on the console
11. spam your whatsapp contacts with a bot using pyautogui ->