pcouy / YoutubeAutotranslateCanceler

Provides a way to disable auto-translation on YouTube video titles
https://greasyfork.org/en/scripts/374453-youtube-title-translate-reverser
MIT License
73 stars 11 forks source link

Suddenly doesn't work anymore #23

Closed Xiarno closed 4 years ago

Xiarno commented 4 years ago

Title is as that. It just doesn't work anymore.

lukasfink1 commented 4 years ago

It seems like Greasemonkey removed the old GM_setValue and GM_getValue functions. Merging pull request #21 fixes this problem for me.

Xiarno commented 4 years ago

It seems like Greasemonkey removed the old GM_setValue and GM_getValue functions. Merging pull request #21 fixes this problem for me.

Ok, I'm not a coder here. I'm just giving feedback on things. I have no single idea how to do this so I'm not gonna even try.

lukasfink1 commented 4 years ago

You can either wait for someone with write permission to merge the pull request and then update your script or install knoxfighter’s fork and then change line 82 with the Greasemonkey editor (Greasemonkey icon → “Youtube Autotranslate Canceler” → “edit”) to var links = Array.prototype.slice.call(document.getElementsByTagName("yt-formatted-string")).filter( a => { (don’t forget to save). Notice that you then have to reinstall the script from this repo when there is a new update (so you might want to watch this repo).

Xiarno commented 4 years ago

You can either wait for someone with write permission to merge the pull request and then update your script or install knoxfighter’s fork and then change line 82 with the Greasemonkey editor (Greasemonkey icon → “Youtube Autotranslate Canceler” → “edit”) to var links = Array.prototype.slice.call(document.getElementsByTagName("yt-formatted-string")).filter( a => { (don’t forget to save). Notice that you then have to reinstall the script from this repo when there is a new update (so you might want to watch this repo).

Doesn't work. Or atleast I get an error YBAdAo3i18

pcouy commented 4 years ago

I have merged #21, problem should be fixed. I'm closing the issue but feel free to re-open if you still can't get it to work. Thanks for the feedback

Xiarno commented 4 years ago

Nope, still doesn't work :/

lukasfink1 commented 4 years ago

Works for me. Did you manually reinstall it? If not, click here.

Xiarno commented 4 years ago

I reinstalled it, did the update and everything. Still doesn't work. It seemed to work at first but now it doesn't.

pcouy commented 4 years ago

Can you tell me what browser and what user script management extension you are using?

Xiarno commented 4 years ago

Can you tell me what browser and what user script management extension you are using?

Google Chrome & Tampermonkey.