artisticfox8
artisticfox8
> Hi @zpix1, > > I tried to run this extension on firefox with [NRngnl/yt-anti-translate@7deec1e](https://github.com/NRngnl/yt-anti-translate/commit/7deec1e) and some changes to `manifest.json`. It works as expected. > > I would like to...
Ok, nevermind, I found out the old method to get the video title didn't work. So I put background.js from the chrome version to my Firefox version, and the main...
@zpix1 The thing my version does better though, is enabling the addon without a full page reload
Calling `tabs.reload()` to reload the current tab is not efficient at all, and it is slow My implementation can enable the addon without a reload, instantly: **In background.js:** ``` browser.runtime.onMessage.addListener((message...
> @artisticfox8 It would be cool to update titles without page reload, but consider that disable should move translated titles back. If you manage to achieve same result we have...
> @artisticfox8 please update. I really love it, but now it has a conflict with OneTab. Actually everything works well, except when I bring the cursor above the tab, it...
> If you click on another video, youtube loads it without full reload. Then anti-translation doesn't work. > > I don't know how to fix it, because there is no...
The link is from Firefox docs, but it works the same in Firefox and Chrome