X Marks the Scot background remove minimalist

X Marks the Scot background remove minimalist xmarksthescot.com

目前为 2017-11-27 提交的版本。查看 最新版本

// ==UserScript==
// @name        X Marks the Scot background remove minimalist
// @namespace   english
// @description X Marks the Scot background remove minimalist xmarksthescot.com
// @include     http*://*xmarksthescot.com*
// @version     1.0
// @run-at document-start
// @grant       GM_addStyle
// ==/UserScript==


// Main - CSS hides two classes - video add box, and call to action box under it. - also social media

 
var style = document.createElement('style');
style.type = 'text/css';
style.innerHTML = '   #header{display: none  !important ;}.above_body{    padding-top: 2em !important; background: none !important;}html{    background: #ccc !important;} ';



document.getElementsByTagName('head')[0].appendChild(style);




QingJ © 2025

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