2018-10-27から1日間の記事一覧

Youtubeで現在再生中の動画を終了させるボタン設置

// ==UserScript== // @name youtube_skip_button // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://www.youtube.com/watch?v=* // @grant none // ==/UserScript== …