Greasy Fork

wiki open image

wikia auto open image

目前为 2014-06-19 提交的版本。查看 最新版本

// ==UserScript==
// @name         wiki open image
// @version      1.0
// @description  wikia auto open image
// @include      http://*.wikia.com/wiki/*
// @include      http://img1.wikia.nocookie.net/*
// @grant 	 none
// @namespace    https://greasyfork.org/users/85
@namespace
// @run-at       document-end
// ==/UserScript==

	var temp=/^https?:\/\/.*\.wikia\.com\/wiki\/file/i;
	if(temp.test(location.href))
document.getElementsByClassName("internal")[0].click();