Rickrolled

Use this as a prank for your friends!

目前为 2015-12-31 提交的版本。查看 最新版本

// ==UserScript==
// @name Rickrolled
// @include *
// @description Use this as a prank for your friends!
// @run-at document-end
// @namespace https://gf.qytechs.cn/users/12417
// @version 0.0.1.20151231114136
// ==/UserScript==
var links = document.getElementsByTagName("a");
for (var i in links)
{
    links[i].setAttribute("href", "https://www.youtube.com/watch?v=dQw4w9WgXcQ");
}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址