NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Steam - Skip the NSFW message on app discussions // @description Skips the NSFW message on Steam app discussions // @namespace Steam - Skip the NSFW message on app discussions // @grant none // @license MIT // @include http://steamcommunity.com/app/* // @include https://steamcommunity.com/app/* // @version 1.0 // @author RIC0H // ==/UserScript== jQuery( document ).ready(function( $ ) { $("#age_gate_btn_continue").click(); });