Greasy Fork

ABEMA Auto Adjust Playback Position

ABEMAで放送中の番組の遅延をなるべく改善します。

当前为 2022-09-22 提交的版本,查看 最新版本

// ==UserScript==
// @name         ABEMA Auto Adjust Playback Position
// @namespace    https://greasyfork.org/
// @version      0
// @description  ABEMAで放送中の番組の遅延をなるべく改善します。
// @match        https://abema.tv/*
// @grant        none
// @license      MIT License
// ==/UserScript==

(() => {
  
})();