Domain Monster Minimalist Modern Re-style - http://pushka.com/coding-donation
当前为
// ==UserScript==
// @name Domain Monster Minimalist Modern Grey Re-style - no Orange
// @namespace english
// @description Domain Monster Minimalist Modern Re-style - http://pushka.com/coding-donation
// @include http*://*domainmonster.com*
// @version 1.2
// @run-at document-start
// @grant GM_addStyle
// ==/UserScript==
// Main - Reddit The Button Show Cheaters
var style = document.createElement('style');
style.type = 'text/css';
style.innerHTML = ' /*DM CSS*/ #headerContent img,#theFuture{display:none;}div#headerContent { height: 70px;}#headerContent ul.login li a{width:100px; height:100px;} ';
document.getElementsByTagName('head')[0].appendChild(style);
$( document ).ready(function() {
var styles1 = {
background-image : "url('http://i.imgur.com/CPeXrqs.png')"
};
$( "#headerContent li:nth-child(1)" ).css( styles1 );
var styles = {
background-image : "url('http://i.imgur.com/Xqk5ak3.png')"
};
$( "#headerContent li:nth-child(2)" ).css( styles );
});