Ninjaboy73 Theme. Made with EZTHEME

Awesome youtuber, awesome theme

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

// ==UserScript==
// @name         Ninjaboy73 Theme. Made with EZTHEME
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Awesome youtuber, awesome theme
// @author       You
// @match        https://shellshock.io/
// @icon         https://cdn.discordapp.com/attachments/811268272418062359/901263906515857458/unknown.png
// @grant        none
// @licence      CDDL-1.0  
// ==/UserScript==

let stylesheet = document.createElement('link');
stylesheet.rel = 'stylesheet';
stylesheet.href = 'https://shellthemes.jayvan229.repl.co/ezthemedefault.css';
document.head.appendChild(stylesheet);

let css = `#ss_background, #gameDescription, .load_screen, #progress-container { background: lime !important; position: absolute !important; background-size: cover !important; background-repeat: no-repeat !important; background-position: center !important; width: 100% !important; height: 100% !important; } div.media-tabs-content.front_panel.roundme_sm { background: black!important; background-size: cover !important;} #equip_sidebox { border: var(--ss-space-sm) solid green} .front_panel, #equip_sidebox { background: black; background-size: cover !important;} .front_panel { border: var(--ss-space-sm) solid green; } .ss_field, .ss_select { background: green; border: 1px solid black; color: black;} .btn_blue, .btn_green, .ss_bigtab, .ss_bigtab.selected, .button_blue { background: green !important; border: 0.2em solid black !important; color: black !important; } .btn_yolk, .btn_red, .btn_blue1 { background: green !important; border: 0.2em solid black !important; color: black !important; } .morestuff { background-color: green !important; border: 0.2em solid black !important; } .ss_bigtab:hover { color: black !important; } #stat_item { background: black; } #stat_item h4, .stat_stat { color: green; } .news_item:nth-child(odd), .stream_item:nth-child(odd) { background: green; } .news_item:nth-child(even), .stream_item:nth-child(even) { background: green; } .stream_item:hover, .news_item.clickme:hover { background: green !important; } #weapon_select:nth-child(1n+0) .weapon_img { background: green!important; border: 3px solid black!important; } #popupTipDay #weapon_select:nth-child(1n+0) .weapon_img { background: green!important; border: 3px solid black!important; } h3, h1, h2, h4, h5, h6, .front_panel h3, #equip.equipped_slots h3, #item_grid h3 { color: green !important; } label, .label { color: green !important; } .egg_count { color: black; } .account_eggs { background: green; } #equip_equippedslots .equip_item, #equip_itemtype .selected, #equip_equippedslots .equip_item:hover { background: green; background-color: green; border: 0.33em solid black; } #equip_grid .store_item, #equip_grid .highlight, #equip_grid .store_item:hover { background: black; border: 0.33em solid green; color: green; } .popup_lg, .popup_sm { background: green; border: 0.33em solid black; } .box_blue2 { background-color: green; } .pause-bg { background: black !important; } #maskmiddle { background: url('../img/scope.png') center center no-repeat !important; background-size: contain !important; width: 100vh !important; height: 100vh !important; } #createPrivateGame .roundme_sm, #settingsPopup .roundme_sm, #pickServerPopup .roundme_sm, #adBlockerVideo .roundme_sm { background: green !important }`
    document.head.insertAdjacentHTML("beforeend", `<style>${css}</style>`)
    let crosshaircss = `.crosshair { opacity: Edmonton; border: solid 0.05em black; } .crosshair.normal:nth-child(even) { left: calc(50% - 0em); width: em; } .crosshair.normal:nth-child(odd) { left: calc(50% - 0em); width: em; } .crosshair:nth-child(odd) { height: em !important; } .crosshair:nth-child(even) { height: em !important; } #crosshair0 { background: black; } #crosshair1 { background: green; } #crosshair2 { background: black; } #crosshair3 { background: green; }`
    document.head.insertAdjacentHTML("beforeend", `<style>${crosshaircss}</style>`)