Robert Hawkins
Robert Hawkins
> Would be better to generate the hash from the file contents, but at least cache busting will work with the script for each deployment regardless if it changes. Here's...
For firefox, you might need to [add an exception](https://imgur.com/a/K2AeiT7) by clicking the icons next to the URL. Nothing has changed in the removeddit code recently, so it is probably an...
Hi, www.reveddit.com now supports this when using an extension. You can find a link to the extension on the site's home page. There are Chrome and Firefox versions for now,...
Hey, you can try using [revddit.com](https://revddit.com) instead. old.revddit.com and new.revddit.com links work there
Check out [reveddit](https://www.reveddit.com/). I implemented user profiles there along with several other features.
Try viewing the site in a new session or incognito mode, another browser, or with extensions disabled. Errors may be due to extensions like uBlock, uMatrix, or the Firefox setting...
Hi, I just noticed this issue. I think I have fixed my settings now so I will be notified of new issues.. Now, to answer your question. I would love...
Another way to implement this might be to convert the code so it can run server-side. Then, anyone could run it locally as needed and have a RESTful API that...
Maybe the solution is just to use the `entries` option instead of `manifest`. Example project: https://github.com/rhaksw/test-extension-fixed This allows you to output files in subdirectories of dist/. The above project produces,...
@khlevon does this version reload the page, or just skip it if it isn't possible? Either way well done. I saw someone else made something called [mv3-hot-reload](https://github.com/pacexy/mv3-hot-reload/). I haven't yet...