Greasy Fork is available in English.

youtuberepeat

Youtube Repeat Tool

目前為 2015-03-18 提交的版本,檢視 最新版本

// ==UserScript==
// @name        youtuberepeat
// @namespace   qqboxy
// @description Youtube Repeat Tool
// @match     http://www.youtube.com/*
// @match     https://www.youtube.com/*
// @version     2.0
// ==/UserScript==

var url = "http://youtuberepeat.blogspot.com/?" + location.href;
document.getElementById("watch8-secondary-actions").innerHTML += "<span><a href=\""+url+"\"><button class=\"yt-uix-button yt-uix-button-size-default yt-uix-button-opacity\" title=\"Repeat\"><span class=\"yt-uix-button-content\">↺ Repeat</span></button></a></span>";