support
support copied to clipboard
Support Location for all my extensions
https://openuserjs.org/meta/SB100/GGn_Equipment_Loadout_Manager.meta.js The script is using ``` const form = new FormData(document.querySelector('.formElement')); for (const [key, value] of form.entries()) { ... ``` and the script silently quits when any iterator function is...
Firefox has a "First-party isolation" feature. `privacy.firstparty.isolate` is a setting available in `about:config`. `GM.fetch` fails when this feature is enabled. I traced failure to `browser.cookies.getAll({url, storeId})`call in `addCookie()` function defined...
Create this style: ```css /* ==UserCSS== @name test @match https://github.com/* @version 1.0 ==/UserCSS== */ body { background-color: red; } ``` Open GitHub and you'll see a red background. Change the...
Last year, I needed more functionalities from Foxyimage, so I went ahead and implemented them for personal use only. It's kind of annoying though to open the tool, each time...
With this support the following pages would get benifit from this: https://en.m.wikipedia.org/wiki/To_Anacreon_in_Heaven https://www.merriam-webster.com/words-at-play/what-is-a-pro-verb-definition-how-to-use
This will make some operations works with background images, for example, Open Image in New Tab.
Hello there! Could You please consider a new feature of showing wether You have watched or not a movie in a person's filmography. For example, it shows if You have...
Just switched over from Chrome to Firefox and so far the thing I miss most is the Chrome extension My IMDB, which highlights and adds a rating to any movie...
Added your extension today. I feel really stupid reporting this as an "issue". I can see it under "add-ons" in FF 68.0.2, but not under my search engines. So haven't...
FoxyLink has worked brilliantly for me. I use it to open dozens of links at a time in a site that has thousands of pages. Would it be possible to...