Skip to content
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

[Pale Moon] not working anymore #183

Closed
1 task
ask2018 opened this issue Mar 19, 2023 · 17 comments
Closed
1 task

[Pale Moon] not working anymore #183

ask2018 opened this issue Mar 19, 2023 · 17 comments
Labels
bug Something isn't working

Comments

@ask2018
Copy link

ask2018 commented Mar 19, 2023

What happened?

There seems to be some change on Youtube side and it is not working anymore. I'm getting "Sign in to confirm your age" since today.

Platform

Userscript

Version

2.5.4

What browser are you on?

Other (mention below with version)

Browser version

Pale Moon 32.0.1

Link to the video

https://www.youtube.com/watch?v=EY_9OZxqStY

Screenshots or Videos

No response

About you

  • I am a developer and/or have knowledge in programming
@ask2018 ask2018 added the bug Something isn't working label Mar 19, 2023
@navas-n
Copy link

navas-n commented Mar 21, 2023

in my case the entire extension is missing from the mozilla addons store

@drunkwinter
Copy link
Collaborator

I could not reproduce the issue you are having. Tested with the latest versions of Chrome and Firefox.

Could you provide me with the logs in the console you are getting while trying to unlock the video?

  1. Press the F12 key or go to the "Tools" menu and select "Web Developer" > "Web Console."
  2. The console will appear at the bottom of the browser window. If it's not visible, click on the "Console" tab.

Please also check if the userscript is indeed enabled and there are no other conflicting userscripts/extensions.

@drunkwinter
Copy link
Collaborator

in my case the entire extension is missing from the mozilla addons store

Not related. Read below (from readme):

Unfortunately, our Firefox extension was removed from Mozilla add-ons and disabled on Edge add-ons due to a violation of their terms of service.

As a result, we can no longer provide updates for it. However, the extension can still be installed manually.

We're looking for ways to make this process easier.

@ask2018
Copy link
Author

ask2018 commented Mar 21, 2023

I could not reproduce the issue you are having. Tested with the latest versions of Chrome and Firefox.

Could you provide me with the logs in the console you are getting while trying to unlock the video?

1. Press the F12 key or go to the "Tools" menu and select "Web Developer" > "Web Console."

2. The console will appear at the bottom of the browser window. If it's not visible, click on the "Console" tab.

Please also check if the userscript is indeed enabled and there are no other conflicting userscripts/extensions.

Here is the log: https://paste.sh/_sMgdvc9#MGuTJzmlEbIIjFVHbrXYVnZd

edit: I have the same error with yt-dlp. Few days ago yt-dlp and as well your script has been working fine to bypass the age restriction. So must be some recent change on youtube side.

@drunkwinter
Copy link
Collaborator

I don't know why, but it seems like the issue is on your end. Your system seems to be having an issue connecting to our proxy server at https://youtube-proxy.zerody.one.

@ask2018
Copy link
Author

ask2018 commented Mar 21, 2023

Problem inside yt-dlp confirmed also friend of mine. I can ask him to test this script as well. If I try to open https://youtube-proxy.zerody.one/ in my browser, I'm getting redirect to this github page https://github.com/zerodytrash/Simple-YouTube-Age-Restriction-Bypass

@drunkwinter
Copy link
Collaborator

If I try to open https://youtube-proxy.zerody.one/ in my browser, I'm getting redirect to this github page https://github.com/zerodytrash/Simple-YouTube-Age-Restriction-Bypass

That's fine. Did you try the script out on a different browser or userscript manager, can you confirm it works there?

@ask2018
Copy link
Author

ask2018 commented Mar 21, 2023

If I try to open https://youtube-proxy.zerody.one/ in my browser, I'm getting redirect to this github page https://github.com/zerodytrash/Simple-YouTube-Age-Restriction-Bypass

That's fine. Did you try the script out on a different browser or userscript manager, can you confirm it works there?

I just tried Brave browser and Tampermonkey and there it works.

@drunkwinter
Copy link
Collaborator

That means the problem is either Greasemonkey or Pale Moon. Pale Moon supports all Firefox add-ons right? You could try Tampermonkey or Violentmonkey in that case. I'm interested in seeing if Greasemonkey is the problem here.

@ask2018
Copy link
Author

ask2018 commented Mar 21, 2023

I'm trying now another instance of Palemoon portable with fully clean profile and without any other addons or scripts and there it is working as well. That's really odd, because as I have said I have the same issue as well in the yt-dlp and that's not browser related at all.

@drunkwinter drunkwinter changed the title not working anymore - update needed [Pale Moon] not working anymore Mar 21, 2023
@drunkwinter
Copy link
Collaborator

Alright, glad you got it working. Closing the issue as complete.

@ask2018
Copy link
Author

ask2018 commented Mar 21, 2023

So I have found the reason why it was not working in my main browser. I needed to allow javascript from zerody.one domain. But this was not needed before. So you maybe changed something related to the javascript recently on proxy and that might be as well the reason why yt-dlp doesn't work in case they are using your proxyserver?

@drunkwinter
Copy link
Collaborator

That's weird. The domain does not contain or run any javascript. We simply get the unlocked video data in JSON file format. It must've been some sort of a "privacy" update to your browser, because we haven't had a new release since Nov 12, 2022.

@ask2018
Copy link
Author

ask2018 commented Mar 21, 2023

Odd, because I have auto updates disabled in my browser and didn't do any manual during those days as well. How about the yt-dlp? Any idea if they using your proxy server? Because there I'm getting the bypass issue exactly since I got the issues here in the browser.

@drunkwinter
Copy link
Collaborator

drunkwinter commented Mar 21, 2023

No they are not. We are using a couple local bypass strategies and if those fail we have the proxy server as a fallback. yt-dlp only has local bypasses to my knowledge. I think both our bypasses failed because of a YouTube change. Our fallback proxy server probably never has worked on your end anyway.

@ask2018
Copy link
Author

ask2018 commented Mar 21, 2023

Ah now it makes finally sense to me. Thank you for explanation. So basically there was really Youtube change, but because of local bypasses has been working before just fine for me, I was never forced to enable the proxy method on different domain in my privacy settings.

@drunkwinter
Copy link
Collaborator

Probably ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants