Greasy Fork is available in English.

Ultimate Popup Blocker

Configurable popup blocker that blocks all popup windows by default.

スクリプトをインストール?
作者が勧める他のスクリプト

Youtube - Subtitle (PC Version)も気に入るかもしれません。

スクリプトをインストール
このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
hacker09
1日のインストール数
0
累計インストール数
1,020
評価
2 0 0
バージョン
2
作成日
2023/10/29
更新日
2023/10/29
大きさ
7.02KB
ライセンス
不明
対象サイト
すべてのサイト


How to Install scripts? (Click here)


If you like my work, please consider supporting it!

Cryptos https://hacker09.glitch.me/

https://www.patreon.com/hacker09





Ultimate Popup Blocker (or UPB for short) is a lightweight Popup Blocker that aims to block all popup windows by default, on a permission model while providing a clean Permission Manager page for easy configuration.



Why another popup blocker?
Built-in browser popup blockers block only the popups that were created automatically via scripts on page load etc. When you click on a button on the page, it won't block it. However, malicious websites can create JS code that will launch the popups whenever you click on any blank space on the page for instance.

How does it work?
In JavaScript, functions are first-order citizens. It means you can store a function in a variable and pass it freely. You can also modify the native functions provided by the browser, like 'window.open'. Here, we override 'window.open' with the script implementation which shows a prompt to open/close any popup windows.

Managing permissions
Use the permission manager provided with the Ultimate Popup Blocker to set which websites are trusted to open popups freely.