SteamDatabase / BrowserExtension

💻 SteamDB's extension for Steam websites
https://steamdb.info/extension/
BSD 3-Clause "New" or "Revised" License
762 stars 55 forks source link

Show SteamDB links on adult-restricted pages #121

Closed nisehime closed 1 year ago

nisehime commented 1 year ago

On age-restricted pages (adult only games which require login, such as) steamdb links are absent.

I found this script which seems to be able to bypass those login requirements, but it's in chinese. Maybe you can take something from it to your extension and implement bypassing it too? (Looks like its just adding a few cookies though)

xPaw commented 1 year ago

There's already an option to skip agegate, is that not what you want?

nisehime commented 1 year ago

I'm talking about adult restricted (porn) games, which require to be logged in and have "show adult content" or something like that to be enabled (but in fact it looks like you just need to set two cookies). If your extension supposed to bypass it, it doesn't seem to work.

nisehime commented 1 year ago

Actually it works lol. The problem is that it's not triggered on the login-required agecheck page, only on the "enter your age" type.

xPaw commented 1 year ago

I fixed buttons to appear on /agecheck/app/ error pages.

The problem is that it's not triggered on the login-required agecheck page, only on the "enter your age" type.

Seems like it does set the cookies, but you have to manually remove /agecheck/ from the url, because the script doesn't trigger because the page is saying an error. I don't want to change this to avoid possible infinite loops.

nisehime commented 1 year ago

Seems like it does set the cookies, but you have to manually remove /agecheck/ from the url

You're right. That's a bit confusing. Maybe it'd be better if it had some kind of hint at least or like "try to bypass/try again" button.