https://github.com/takuya/popuptonewtab
Google Extension. This Extension disables POPUP.Instead of PopUp, Open in NewTab
https://github.com/takuya/popuptonewtab
Last synced: about 1 year ago
JSON representation
Google Extension. This Extension disables POPUP.Instead of PopUp, Open in NewTab
- Host: GitHub
- URL: https://github.com/takuya/popuptonewtab
- Owner: takuya
- Created: 2014-02-04T08:51:32.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-05-26T02:35:20.000Z (about 11 years ago)
- Last Synced: 2025-02-09T01:14:05.051Z (over 1 year ago)
- Language: JavaScript
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
= About
Chrome Extension: PopUpToNewTab
This Extension disables POPUP.Instead of PopUp, Open in NewTab
== What is
Some WebSite open Windows by window.open(). These Pop ups is able to open New Window, Beause these are triggered by click.These Popups make us mad.
So we need to make window.open not to open new window but to open a new tab.