Skip to content

Instantly share code, notes, and snippets.

@scharfie
Created January 4, 2011 12:12
Show Gist options
  • Save scharfie/764709 to your computer and use it in GitHub Desktop.
Save scharfie/764709 to your computer and use it in GitHub Desktop.
Bookmarklet for skipping annoying Steam age-check
javascript:(function(){document.cookie='birthtime=-2000000000; expires=Wed, 1 Jan 2020 00:00:00 UTC; path=/';document.location=document.location})();
@scharfie
Copy link
Author

scharfie commented Jan 4, 2011

Create a bookmarklet using the code from this gist as the URL, and when you hit a steam age-check page, click the bookmarklet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment