taybear

none

当前为 2014-10-28 提交的版本,查看 最新版本

// ==UserScript==
// @name        taybear
// @namespace   http://userscripts.org 
// @include     http://mugenguild.com/*
// @version     1
// @grant       none
// @description       none
// @description-en       none

// ==/UserScript==
var x = document.getElementsByClassName("avatar");
var i;
for (i = 0; i < x.length; i++) {
    if(x[i].src == "http://i.imgur.com/Upo84m2.gif"){
      
      x[i].src = "http://signavatar.com/21720_v.png";
    }
    
}

QingJ © 2025

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