LiveJournal Adult Content

By WCityMike Last update Sep 7, 2009 — Installed 632 times. Daily Installs: 0, 0, 1, 0, 0, 3, 2, 5, 2, 1, 0, 2, 2, 1, 3, 1, 0, 0, 1, 3, 0, 2, 0, 1, 0, 5, 3, 0, 1, 1, 1

There are 1 previous version of this script.

// ==UserScript==
// @name	LiveJournal Adult Content
// @author	WCityMike
// @description	This script clicks past the "Adult Content Notice" screen on LiveJournal you can be presented with if you're not logged in.  It is a hack of Redux's script for a MySpace friends button.
// @include	http://community.livejournal.com/*
// @include	http://www.livejournal.com/*

// ==/UserScript==

document.getElementsByName("adult_check")[0].click()

})();