Skip to content

Extension to block windows denying access with adblock on

Notifications You must be signed in to change notification settings

makschernetskyi/block_no_adblocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extension against "no adBlock" windows

there are websites, that take our right for freedom, that try to make money form our needs in modern world they want us to have no choice and make us watch ads anyway. as a sign of protest this extension was made. its purpose is to remove annoying overlay-windows that say "turn adblock off" in order to have access to the website. Viva la libertad!

How To Use:

  1. Clone this repo
  2. open blockMethods.js file, it contains blockMethods object, add your blocking method named like the website it is supposed to work with. For convinience there is template of such method.
"yourtemplate.url": ()=>{
	try{
		//paste your removing no-adblockmessage actions here
	}catch(err){
		if(DEBUG_MODE)
			console.error(err);
	}
}
  1. load this modified extension to your chromium-based browser.
  2. have fun!

About

Extension to block windows denying access with adblock on

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published