Skip to content

Instantly share code, notes, and snippets.

@jamesbiederbeck
Created February 23, 2018 16:24
Show Gist options
  • Save jamesbiederbeck/374763bd360bca9bec1f3e70d6312401 to your computer and use it in GitHub Desktop.
Save jamesbiederbeck/374763bd360bca9bec1f3e70d6312401 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Steam - accept the agreement
// @include https://store.steampowered.com/account/registerkey?key=*
// ==/UserScript==
var element = document.getElementById('accept_ssa');
element.checked = true;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment