[1.0] First commit

This commit is contained in:
vermillion-dev
2019-05-01 18:10:28 +02:00
commit e827d5b430
23 changed files with 845 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
/* Inject scripts don't forget to add them to web_accessible_resources in manifest */
injectScript(chrome.extension.getURL('/contentScripts/allPages/accessAllPages.js'), 'head');
/* disable annoying fuckn popup */
popup = document.querySelector('div.ad-alert-wrapper');
if(popup && popup.style.display !== "none")
document.querySelector('button.ad-alert-message-continue-btn').click()