// ==UserScript== // @name 背景変更(Feederチャット) // @namespace http://tampermonkey.net/ // @version 0.10 // @description Feederチャットの背景を変更するスクリプトです。 // @author You // @match *.x-feeder.info/*/ // @match *.x-feeder.info/*/sp/ // @exclude *.x-feeder.info/*/settings/** // @require https://greasyfork.org/scripts/396472-yaju1919/code/yaju1919.js?version=798050 // @require https://greasyfork.org/scripts/387509-yaju1919-library/code/yaju1919_library.js?version=755144 // @require https://greasyfork.org/scripts/388005-managed-extensions/code/Managed_Extensions.js?version=720959 // @grant GM.setValue // @grant GM.getValue // @downloadURL none // ==/UserScript== (function() { 'use strict'; // カスタマイズ領域 const debugInfoColor = "lightyellow"; // デバッグ情報の色 const debugInfoBorderRadius = "8px"; // デバッグ情報の枠の角 //----------------- let inputBoolBtn, inputDebugBoolBtn, inputChangeInterval, inputImgURL, inputFilterColor, inputFilterOpacity, inputBlur, inputBrightness, inputSaturate, inputSepia; const addBtn = (h, title, func) => { return $("