Down with the sloth!

Replace the header background on /r/Guildwars2/

目前為 2016-02-27 提交的版本,檢視 最新版本

// ==UserScript==
// @name     Down with the sloth!
// @include  https://en.reddit.com/r/Guildwars2/*
// @description:en Replace the header background on /r/Guildwars2/
// @run-at document-start
// @grant    GM_addStyle
// @version 1.0
// @namespace https://gf.qytechs.cn/users/31925
// @description Replace the header background on /r/Guildwars2/
// ==/UserScript==

var picarray = ["http://i.imgur.com/ea5u5eO.jpg" , "http://i.imgur.com/TEJetJY.jpg" , "http://i.imgur.com/9w3wJve.jpg" , "http://i.imgur.com/UULnDzW.jpg" ]
var picture = picarray[Math.floor(Math.random() * picarray.length)];
var position = Math.floor((Math.random() * 100) + 1); 
GM_addStyle("#header {background: url('" + picture + "' ) !important; background-position: 50%" + position + "% !important;}" + "#header::after {display: none !important;}"
);

QingJ © 2025

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