RIC0H / Steam - Skip the NSFW message on app discussions

// ==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();
});