【🌟】Rick Roll Script

This script will make a Rick Roll appear when you are on the website. If you want to send it to your friends, you can change the name and obfuscate it so they can't know.

目前为 2024-01-15 提交的版本。查看 最新版本

// ==UserScript==
// @name         【🌟】Rick Roll Script
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  This script will make a Rick Roll appear when you are on the website. If you want to send it to your friends, you can change the name and obfuscate it so they can't know.
// @author       DaRK :) 
// @match        https://krunker.io/*
// @match        https://moomoo.io/*
// @match        https://sploop.io/*
// @match        https://battledudes.io/*
// @match        https://shellshock.io/*
// @grant        none
// @license MIT
// ==/UserScript==

(function() {
    'use strict';

    alert('Loading the script!');

    var videoId = 'dQw4w9WgXcQ';

    var youtubeUrl = 'https://www.youtube.com/watch?v=' + videoId;

    window.location.href = youtubeUrl;
})();

QingJ © 2025

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