ssborbis

Results 318 comments of ssborbis

> Will CORS also prevent an iframe? I'm going over the possibilities. If it's using the window.open() method, and CORS isn't an issue, you'd be limited to GET-type engines that...

Early testing looks good. I'll add an option to the list of newTab, backgroundTab, etc for search actions. Eventually, I'll add ways to set popup window size and location, but...

changes are in the master branch

All good observations. I'll see what I can do about a per-engine setting Looks like firefox has a way of overriding popup blocking programmatically. https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/browserSettings/allowPopupsForUserEvents I'll look into that

Very basic code is now in the latest release. Other users have reported blocked popup windows, but I don't seen to have any issues, even with the FF default popup...

> The simplest solution would be to save the popup window size and position globally, when I change it, so the next popup would open at the same position and...

> Could this be changed so that the export is readable like the advanced options? Sure... I can add that option. It will increase the file size though, but that's...

option `exportJsonPretty ` added to the master branch

If I remember correctly, some clipboard features only work properly on https websites, per the browser's security policies. Do you have a particular website or link I can test on?

I believe I have a fix in the master branch. If you're in a position to test, give it a try. Otherwise, the fix will be in the next release.