sgmod - replace logo

Replaces the SGM logo with the old one.

目前为 2017-01-06 提交的版本。查看 最新版本

// ==UserScript==
// @name       sgmod - replace logo
// @namespace  woot
// @version    1.0
// @description Replaces the SGM logo with the old one.
// @match      http://www.seriousgmod.com/*
// @copyright  2013+, stackoverflow
// ==/UserScript==

$( document ).ready(function() {
     $('div[id="logo"] > div > a > img').attr({
       src: "http://i.imgur.com/8u2tpsu.png",
       style: "padding-right:20px"
     });
     $('div[id="logo"] > div').css("margin-left", "45%");
});

QingJ © 2025

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