ssborbis
ssborbis
> Hi @ssborbis ! I want to ask you about : Instant Search I still don't understand its meaning, I tried to enable it and disable it, the final result...
There's a blocklist in the CS options under General where you can add URLs You can also enable the blocklist tool, so you can click the icon, and the quick...
> When I use Quick Menu->Opening->Icon the poped up icon has a high transparency and is hard to see most of the time. Maybe allowing user to upload their own...
What action are you performing that is failing?
Looks like i'm just regex testing for ^http there. I'll do what I've done elsewhere and put the string in a new URL() inside a try / catch for validation
Just tried testing your about:config idea, but unfortunately it's not going to work. Here's the doc for the `url` param when creating a new tab in webextensions https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/tabs/create > url...
> That said...how do you execute bookmarklets? Bookmarklet scripts are injected into the current tab using `browser.tabs.executeScript`. I just checked, and it doesn't look like it works on protected urls...
There's a thread somewhere on the moz dev site regarding opening up privileged urls to webextensions by requesting the permission in the manifest. I saw it a day or 2...
I just pushed those protocol changes (1.9.6b). I only tested using an ftp protocol in the template/path fields but it worked as expected. It should accept anything `new URL()` does....
> I tried to make a bookmarklet for about:config, but this fails the same way like directly as a search engine (access denied from script). Basically nothing works on about:config...