User:Twineeea/adBlock
Appearance
| Author | Twineeea |
|---|---|
| Maintainer | Twineeea |
| Updated | May 12, 2026 (3 months ago) |
| Source | User:Twineeea/adBlock.js |
adBlock
[edit]adBlock is a Wikipedia user script developed by Twineee.
settings
[edit]I have implemented a system to control the ads that you block using this script. There are two: Template ads, and banner ads. Template ads are the ones that you usually see on userpages.
Template ads show by default with this script. Banner ads do not. to enable the hiding of template ads, add window.blockTemplates = true;, and they will be hidden. To unhide banner ads (why?), use window.blockBanners = false;, and they will be unhidden. You need to insert these in your common.js page before you load the script.
Installation
[edit]You can simply install this extension by adding the following code to your common.js.
loadScript("User:Twineeea/adBlock.js") //backlink: [[User:Twineeea/adBlock.js]]