Youtube Repeat Tool
当前为
// ==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>";