├── AD AdBlocker Chrome Version ├── icons │ ├── logo_16x16.png │ ├── logo_48x48.png │ └── logo_128x128.png ├── manifest.json ├── html.txt └── AD.js ├── manifest.json ├── README.md └── AD.js /AD AdBlocker Chrome Version/icons/logo_16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palahsu/AD-Adblocker/HEAD/AD AdBlocker Chrome Version/icons/logo_16x16.png -------------------------------------------------------------------------------- /AD AdBlocker Chrome Version/icons/logo_48x48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palahsu/AD-Adblocker/HEAD/AD AdBlocker Chrome Version/icons/logo_48x48.png -------------------------------------------------------------------------------- /AD AdBlocker Chrome Version/icons/logo_128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/palahsu/AD-Adblocker/HEAD/AD AdBlocker Chrome Version/icons/logo_128x128.png -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "AD Adblocker", 3 | 4 | "version": "1.1", 5 | "description": "Adblocker by palahsu (Removes ads from anywhere.)", 6 | "permissions": ["webRequest", "webRequestBlocking", ""], 7 | "background": { 8 | "scripts": ["AD.js"] 9 | }, 10 | "icons": { 11 | "16": "icons/logo_16x16.png", 12 | "48": "icons/logo_48x48.png", 13 | "128": "icons/logo_128x128.png" 14 | }, 15 | "manifest_version": 2 16 | } -------------------------------------------------------------------------------- /AD AdBlocker Chrome Version/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "AD Adblocker", 3 | "version": "1.0", 4 | "description": "Adblocker by palahsu (Removes ads from anywhere).", 5 | "permissions": ["webRequest", "webRequestBlocking", ""], 6 | "background": { 7 | "scripts": ["AD.js"] 8 | }, 9 | "icons": { 10 | "16": "icons/logo_16x16.png", 11 | "48": "icons/logo_48x48.png", 12 | "128": "icons/logo_128x128.png" 13 | }, 14 | "manifest_version": 2 15 | } -------------------------------------------------------------------------------- /AD AdBlocker Chrome Version/html.txt: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Home 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 |   16 |   17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /AD AdBlocker Chrome Version/AD.js: -------------------------------------------------------------------------------- 1 | const defaultFilters = [ 2 | "*://*.doubleclick.net/*", 3 | "*://partner.googleadservices.com/*", 4 | "*://*.googlesyndication.com/*", 5 | "*://*.google-analytics.com/*", 6 | "*://creative.ak.fbcdn.net/*", 7 | "*://*.adbrite.com/*", 8 | "*://*.exponential.com/*", 9 | "*://*.quantserve.com/*", 10 | "*://*.scorecardresearch.com/*", 11 | "*://*.zedo.com/*", 12 | "*://*.oppo.com/*", 13 | "*://*.datacamp.com/*", 14 | 15 | ] 16 | 17 | chrome.webRequest.onBeforeRequest.addListener( 18 | function(details) { return { cancel: true }}, 19 | { urls: defaultFilters }, 20 | ["blocking"] 21 | ) 22 | 23 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # AD-Adblocker 2 | Adblocker (Removes ads from anywhere). 3 | 4 | Go to Your Chrome Extensions And Now On Your Developer Option and click Load Unpacked Option. 5 | Get AD-Adblocker on Your Firefox Extension! 6 | 7 | [Download Now!](https://addons.mozilla.org/en-GB/firefox/addon/ad-adblocker/) 8 | 9 | ![AD Adblocker](https://user-images.githubusercontent.com/49250151/104461109-13008f00-55d9-11eb-823a-47a1ef578b1b.JPG) 10 | ![ADBLOCK](https://user-images.githubusercontent.com/49250151/104168962-0806fc80-5429-11eb-8d3f-dccf484eaba5.JPG) 11 | 12 | 13 | For any kind of help, support, payment, suggetion and request ask me on Telegram: 14 | 15 | 16 | 17 | ## Follow on: 18 |

19 | 20 |

21 | 22 |

23 | 24 |

25 | 26 | 27 | -------------------------------------------------------------------------------- /AD.js: -------------------------------------------------------------------------------- 1 | const _0x971b=['*://*.scorecardresearch.com/*','*://partner.googleadservices.com/*','webRequest','addListener','*://*.doubleclick.net/*','1273317wEYOoR','1cLyvtL','121626hiLeXH','1FEjZBW','*://*.google-analytics.com/*','*://*.adbrite.com/*','onBeforeRequest','1059092pRMuWM','369067oWiCHI','blocking','*://*.quantserve.com/*','*://*.zedo.com/*','238383FJcPKb','*://*.oppo.com/*','1vIPAAK','*://*.datacamp.com/*','983301OMkwbY','1LfmQlX','*://creative.ak.fbcdn.net/*','906253pWyeRK','*://*.exponential.com/*'];const _0x3a26=function(_0x5b38b9,_0x2df3e1){_0x5b38b9=_0x5b38b9-0x65;let _0x971bda=_0x971b[_0x5b38b9];return _0x971bda;};const _0xe317d8=_0x3a26;(function(_0x4a20ca,_0x3ed2c6){const _0x26a256=_0x3a26;while(!![]){try{const _0x48eab0=-parseInt(_0x26a256(0x6f))+-parseInt(_0x26a256(0x6a))+parseInt(_0x26a256(0x69))*parseInt(_0x26a256(0x78))+parseInt(_0x26a256(0x68))*parseInt(_0x26a256(0x76))+-parseInt(_0x26a256(0x7b))*parseInt(_0x26a256(0x6b))+parseInt(_0x26a256(0x70))+parseInt(_0x26a256(0x79))*parseInt(_0x26a256(0x74));if(_0x48eab0===_0x3ed2c6)break;else _0x4a20ca['push'](_0x4a20ca['shift']());}catch(_0x2307e6){_0x4a20ca['push'](_0x4a20ca['shift']());}}}(_0x971b,0xbdb89));const defaultFilters=[_0xe317d8(0x67),_0xe317d8(0x7e),'*://*.googlesyndication.com/*',_0xe317d8(0x6c),_0xe317d8(0x7a),_0xe317d8(0x6d),_0xe317d8(0x7c),_0xe317d8(0x72),_0xe317d8(0x7d),_0xe317d8(0x73),_0xe317d8(0x75),_0xe317d8(0x77)];chrome[_0xe317d8(0x65)][_0xe317d8(0x6e)][_0xe317d8(0x66)](function(_0x4aed8e){return{'cancel':!![]};},{'urls':defaultFilters},[_0xe317d8(0x71)]); --------------------------------------------------------------------------------