anthonyec / powerlet

⚡️ Chrome Extension to quickly find and run bookmarklets
MIT License
61 stars 1 forks source link

Add popup window blocker fix #89

Closed anthonyec closed 3 months ago

anthonyec commented 3 months ago

The fix works by proxying any calls to window.open to an open window function in the background script. This circumnavigates Chrome's popup blocker.

However, it won't work with all bookmarklets since some require a reference to the opened window. In those cases, the fix can be disabled by disabling "Popups" in the bookmarklet settings.