返回首頁 

Steam: Bypass age confirmation prompts

Suppresses age confirmations on Steam store pages and community hubs

These are versions of this script where the code was updated. Show all versions.

  • v2.12023-09-26

    broaden URL pattern to also catch bundle and sub agechecks

  • v2.02023-06-25

    on second thought, changing it back to a year. I think that's a good middle ground

  • v2.02023-06-23

    verification age changed to 25 years old, should be old enough for anything. cookies changed from 10 years to 1 month so the script doesn't linger forever after you uninstall it. changed community bypass for the new design, bypasses more mature content warnings

  • v1.82021-10-31

    small fix that basically makes no difference

  • v1.82021-10-20

    future-proof solution that'll work in Firefox with CSP if Steam ever ends up deploying that

  • v1.72021-10-17

    bringing the code into the 22nd century

  • v1.62018-09-12removed obsolete comment again
  • v1.62018-09-12updated for new adult-only games; MIT license
  • v1.52018-03-23removed obsolete comment
  • v1.52018-03-23add workaround for Greasemonkey sandboxing this script for no reason
  • v1.42018-02-23spaces -> tabs
  • v1.42018-02-23more general steamcommunity solution. instead of looking for app IDs, we patch the getItem function to always return true for a certain pattern
  • v1.32016-06-27now works on workshop pages as well
  • v1.22016-06-15updated for new URL scheme. also make sure we're actually on a page with an age gate to rule out weird edge cases where we'd end up reloading forever
  • v1.12016-06-14now bypasses age verification on store pages too
  • v1.02016-04-02script title
  • v1.02016-04-02