您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Enables playback of The Daily Show and the Colbert Report outside of the USA
// ==UserScript== // @name The Daily Show and Colbert Report 4 aliens // @namespace armeagle.nl // @description Enables playback of The Daily Show and the Colbert Report outside of the USA // @include http://www.thedailyshow.com/* // @include http://www.colbertnation.com/* // @author ArmEagle // @version 0.0.1.20140705065008 // ==/UserScript== /* * This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License by Alex Haan (http://creativecommons.org/licenses/by-nc-sa/3.0/) */ setTimeout(function() { var obj_player = document.getElementById('video_player'); obj_player.setAttribute('data', obj_player.getAttribute('data').replace('video:thedailyshow.com:','item:comedycentral.com:').replace('episode:thedailyshow.com:', 'item:comedycentral.com:').replace('episode:colbertnation.com:', 'item:comedycentral.com:')); }, 100);
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址