NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name reddit over 18 skip
// @namespace xenofungi.reddit.over 18
// @include https://www.reddit.com/over18?dest=*
// @version 1
// @grant none
// ==/UserScript==
(function() {
$('.buttons button[value="yes"]').click();
})();