// ==UserScript== // @name 背景変更(Feederチャット) // @namespace http://tampermonkey.net/ // @version 0.12 // @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 backgroundColor_copy = $("#wrapper").css("backgroundColor"); const backgroundImage_copy = $("body").css("backgroundImage"); const addBtn = (h, title, func) => { // ボタンを追加する関数 return $("