// ==UserScript== // @name ABEMA Little Tools // @namespace https://greasyfork.org/ja/scripts/ // @version 0 // @description ABEMAをちょっとだけ便利にするかもしれない機能をまとめました。 // @match https://abema.tv/* // @grant none // @license MIT License // @noframes // @downloadURL none // ==/UserScript== (() => { 'use strict'; })();