This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Auto Login bike_news_plus | |
// @description Enters password in bike_news_plus's login | |
// @namespace http://niku.name/ | |
// @include http://pita.paffy.ac/news/admin.cgi | |
// ==/UserScript== | |
(function() { | |
pre = document.referrer; | |
now = document.URL; |
NewerOlder