SCP Foundation default logo

Switches custom SCP logos (e.g. LGBT Pride) with the regular one.

当前为 2022-06-27 提交的版本,查看 最新版本

// ==UserScript==
// @name         SCP Foundation default logo 
// @namespace    http://tampermonkey.net/
// @version      2.0
// @description  Switches custom SCP logos (e.g. LGBT Pride) with the regular one.
// @author       Sickgum
// @match        *://scp-wiki.wikidot.com/*
// @icon         https://scp-wiki.wikidot.com/local--favicon/favicon.gif
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    document.getElementsByTagName('head')[0].getElementsByTagName('style')[13].innerHTML = ('#header { background: url("https://scp-wiki.wdfiles.com/local--files/component:theme/logo.png") 15px 40px no-repeat !important; background-size: 6rem !important;}@media (max-width: 580px) and (min-width: 480px) { #header { background-position: 0.5em 4.5em  !important; background-size: 66px 66px  !important; }}@media (max-width: 479px) { #header { background-position: 0 5.5em !important; background-size: 55px 55px !important; }}')

})();

QingJ © 2025

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