-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Embedded videos not being unlocked [Greasemonkey] #94
Comments
Nevermind, I'm an idiot, I thought I was using Tampermonkey, turns out I was running greasemonkey instead. ... Been meaning honestly to migrate over to Tampermonkey, so I just exported->imported from one to the other, and the script is operating in Tampermonkey like you say. ... ... Guess I found a problem with Greasemonkey for Firefox, ... but as a not-so-technical-saavy user with zero knowledge and experience with Javascript, I cannot for the life of me figure out how I would debug this in Greasemonkey. |
Okay, i was able to reproduce this bug in Firefox + Greasemonkey. |
Seems like we either don't have access to the |
The above mentioned video runs correctly, handled here with the Simple YouTube Age Restriction Bypass script ver. 2.4.6, managed by Violentmonkey. Have you tried setting hereafter to false (default=true) ?
In my case false is required for age-restricted embedded YT videos, otherwise the script doesn't make it.
|
It looks like you at least attempt a workaround for in the userscript, by injecting the code into eval. Did that not fix the issue? If not, then what about more standard techniques such as using either
|
Nope.
I will try it out. Thank you. |
This issue has been here for 5 years and there is absolutely nothing we can do about it. See greasemonkey/greasemonkey#2574 I do not think this will be fixed anytime soon on Greasemoney's side. Also the extension hasn't been updated in over 2 years now. The best we can do is drop support and encourage people to use other managers out there. We could also finally get rid of the hacky eval injection that we currently use. Just an opinion. |
@drunkwinter which alternative managers do you recommend? Violentmonkey maybe? |
Tampermonkey and Violentmonkey are pretty good. There are probably more out there which are new and updated regularly. Personally I use Violentmonkey. |
On Chrome and Tampermonkey, I had to set |
This sounds like some other bug. Could you file a bug report please? Would like to take a look at it. |
Sorry false alarm - the "click to unlock" was being overlapped by "more videos on youtube" cards. |
Test video: https://forums.warframe.com/topic/1286241-thanks-for-watching-prime-time-292/#comment-12332841
Still forced to watch on Youtube despite installing
TampermonkeyGreasemonkey & the userscript on Firefox 93.The text was updated successfully, but these errors were encountered: