Un-Rickroll For My Vebsiet

Un-Rickrollify The Automated Rickroll on My Website

目前為 2017-12-01 提交的版本,檢視 最新版本

// ==UserScript==
// @name         Un-Rickroll For My Vebsiet
// @namespace    http://tampermonkey.net/
// @version      420
// @description  Un-Rickrollify The Automated Rickroll on My Website 
// @author       Anirudh B
// @match          https://anirudhhax.duckdns.org
// @match          http://anirudhhax.duckdns.org
// @grant          none
// ==/UserScript==
if (location.protocol != 'https:')
{
location.href = 'https:' + window.location.href.substring(window.location.protocol.length);
}
var elmDeleted = document.getElementById("rickroll");
elmDeleted.parentNode.removeChild(elmDeleted);

QingJ © 2025

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