Greasy Fork镜像 还支持 简体中文。

wiki open image

wiki

目前為 2018-12-01 提交的版本,檢視 最新版本

// ==UserScript==
// @name		wiki open image
// @version		2.2
// @description	wiki
// @include		https://*.wikia.com/wiki/*
// @include		https://*.wikia.nocookie.net/*
// @grant		none
// @run-at		document-end
// @namespace https://gf.qytechs.cn/users/85
// ==/UserScript==

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

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址