-
Presently, for those looking to store binary data within a browser extension, the most dependable method available is through the use of `indexedDB`.
However, it's important to note that using `ind…
-
Anything in the works for a browser extension to inject the script file rather than put it into your HTML? Similar to how livereload works.
Just asking - if not I'll give it a shot.
-
Chrome and Firefox both give developers the ability to build extensions which have background scripts which can interact with a site's cookie jar if the extension has host permissions for that site (d…
-
Mozilla is working on making [WebExtensions available in Firefox](https://wiki.mozilla.org/WebExtensions) (dropping XPCOM, XUL and jetpack); API will be the same as [Chrome extensions](https://develop…
-
**I apologize for posting the issue in the wrong place. Could you please delete the corresponding issue in the linkding repository?**
### Description
I am experiencing issues with the star mark di…
ohwhd updated
1 month ago
-
Here are not implemented Browser ideas.
-
https://github.com/EmailThis/extension-boilerplate
-
We are relying on puppeteer to automate testing of our extension. I can automate most things except I cannot click the button that our extension adds to the browser's toolbar.
Could there be an API…
-
Creating simple browser extensions to make adding assignments/exams easier could be a useful and maybe not-too-difficult task.
Zach had the idea of having a browser extension that would detect Subm…
-
I totally love rxvision! Feels like it's been a big missing part of Rx. I've begun to try and hack this project into a chrome extension. My initial goal is just to inject and call `wrap` on window.Rx …