fregante
fregante
Sometimes deployments fail and nobody notices. There are 2 ways to make them more visible: - use GitHub deployments, somehow, they appear in their own section on GitHub - include...
There have been a few issues regarding TypeScript, I think it makes sense to either add a conversion script to properly test it or at least add more information about...
Firefox doesn't yet support ~~Manifest v3~~ _background workers_ (update March 2023)_ but this build works exclusively on that. You can use this issue to discuss alternative methods of supporting both...
Following https://github.com/fregante/browser-extension-template/pull/44 - [ ] Don't minify the CSS - [x] include webext-base-css via `@import 'webext-base-css';` - [ ] Flat output https://github.com/parcel-bundler/parcel/discussions/5858 - [ ] Somehow extract `webext-options-sync` to its...
Context, discussion and some code available in https://github.com/refined-github/refined-github/issues/3545
- [ ] Possibly improve required permissions - [ ] Ready media/icon - [x] Upload
This currently only works with `audio`/`video` elements in the DOM. Ideas: - hijack interfaces like `Audio().play()` so we can skip DOM events altogether - find magic API that tells me...
Is it possible? These sites still use Flash and likely can't be supported: - [Facebook, videos](http://www.theverge.com/2015/12/18/10623738/facebook-now-using-html5-all-videos) - Spotify web - Pandora - Slacker - Deezer - Xbox Music - Tidal...
If iTunes or Spotify start playing, media in the browser should stop. Note: This needs a native, external application. That application might just talk to the browser and one app...