// ==UserScript== // @name [BETA]Cookie Editor EX // @namespace http://tampermonkey.net/ // @version 0.1 // @description サイト内のCookieを編集できるようになるスクリプトです。 // @author You // @match *.x-feeder.info/*/ // @match *.x-feeder.info/*/sp/ // @exclude *.x-feeder.info/*/settings/** // @match http://drrrkari.com/room/ // @match http://www.3751chat.com/ChatRoom* // @match https://pictsense.com/* // @match http://www.himachat.com/ // @match https://discord.com/* // @match https://*.open2ch.net/* // @require https://greasyfork.org/scripts/396472-yaju1919/code/yaju1919.js?version=798050 // @require https://greasyfork.org/scripts/388005-managed-extensions/code/Managed_Extensions.js?version=720959 // @grant GM.setValue // @grant GM.getValue // @grant GM.cookie // @downloadURL https://update.greasyfork.icu/scripts/405302/%5BBETA%5DCookie%20Editor%20EX.user.js // @updateURL https://update.greasyfork.icu/scripts/405302/%5BBETA%5DCookie%20Editor%20EX.meta.js // ==/UserScript== (function() { 'use strict'; const addBtn = (h, title, func) => { // ボタンを作成する関数 return $("