Sticker Stan Button

Display Sticker Stan for the season header. Click on the button to open the shop

スクリプトをインストールするには、Tampermonkey, GreasemonkeyViolentmonkey のような拡張機能のインストールが必要です。

You will need to install an extension such as Tampermonkey to install this script.

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyUserscripts のような拡張機能のインストールが必要です。

このスクリプトをインストールするには、Tampermonkeyなどの拡張機能をインストールする必要があります。

このスクリプトをインストールするには、ユーザースクリプト管理ツールの拡張機能をインストールする必要があります。

(ユーザースクリプト管理ツールは設定済みなのでインストール!)

このスタイルをインストールするには、Stylusなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus などの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus tなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

(ユーザースタイル管理ツールは設定済みなのでインストール!)

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
// ==UserScript==
// @name         Sticker Stan Button
// @namespace    Nate Dogg
// @version      1.0.0
// @description  Display Sticker Stan for the season header. Click on the button to open the shop
// @author       Nate Dogg
// @icon         https://i.imgur.com/GGYdza3.jpg
// @license      MIT
// @match        https://www.nitrotype.com/*
// ==/UserScript==

 var dis = 'sx+3Season.pe'
 window.onload = function(){
     document.querySelector(".seasonTeaser").href = "https://www.nitrotype.com/shop";
 } /* while.x++3X( X.export) permisison.type.nitro. (001101000010100010101010){tap.{click}}}*/

/* .logo-SVG
   .btn--secondary */

/** Styles for the following components. */
const style = document.createElement("style")
style.appendChild(
    document.createTextNode(`
    /* Remove Text */
    .season--fast-food .seasonTeaser-range
    {
        display: none;
    }
    /* Change Image */
    .season--fast-food .seasonTeaser {
    background-image: url(https://i.imgur.com/BSJ9ovP.png) !important;
    background-size: auto 50% !important;
    background-position: 80% 0;
    background-repeat: no-repeat;
          top: 35px;
}
`)
)
document.head.appendChild(style)