Anti Rick-Roll

Stops you from getting Rick-Rolled by blocking videos from multiple domains.

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

// ==UserScript==
// @name         Anti Rick-Roll
// @namespace    https://google.com/
// @version      1.1
// @description  Stops you from getting Rick-Rolled by blocking videos from multiple domains.
// @author       SurprisedKetchup
// @match        https://*/*
// @match        http://*/*
// @require      http://code.jquery.com/jquery-latest.js
// @grant        none
// ==/UserScript==

window.setInterval(function(){
    $('a[href*="dQw4w9WgXcQ"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="6_b7RDuLwcI"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="dS2GLZuw3zs"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="VbUuB1aN2DA"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="mLpe7KUg9U"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="dwaOpc9ynQM"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="vLRyJ0dawjM"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="TzXXHVhGXTQ"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="lXMskKTw3Bc"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="8VFzHYtOARw"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="GHMjD0Lp5DY"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="oT3mCybbhf0"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="nrsnN23tmUA"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="5hFevwJ4JXI"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="oVTPg9iicy4"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="Yzio9JLOl6Q"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="xaazUgEKuVA"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="cyMHZVT91Dw"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="IdkCEioCp24"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="AyOqGRjVtls"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="jKLzwUggKDI"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="cvh0nX08nRw"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="vimeo.com/148751763"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="vimeo.com/346762373"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="open.spotify.com/album/6N9PS4QXF1D0OWPk0Sxtb4?highlight=spotify:track:4uLU6hMCjMI75M1A2tKUQC"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="azlyrics.com/lyrics/rickastley/nevergonnagiveyouup.html"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="open.spotify.com/track/4uLU6hMCjMI75M1A2tKUQC"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="DLzxrzFCyOs"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="WNRcy5myr1M"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="D1Z8ZPRI-YQ"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="graKroRK8Hg"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="archive.org/details/NeverGonnaGiveYouUp"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="qoret.com/rick-astley-never-gonna-give-you-up/"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="soundboard.com/sb/sound/156453"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="Vuw9m5wXviFIQ"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="kFgzrTt798d2w"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="3750667564"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="117091202363"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="44hlo3M3pqK9W"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="1opu4y"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="FWi1f9Wn2hubC"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="12286125577"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="fRB9j0KCRe0KY"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="42766321749"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="oHg5SJYRHA0"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="xfr64zoBTAQ"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="dPmZqsQNzGA"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="2g9mqh"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="p749b"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="6-HUgzYPm9g"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="gvGyS5j9aFY"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="r8tXjJL3xcM"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="rickrolled.com"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="latlmes.com"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="rickastley/status/1189837138659086336"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="V-_O7nl0Ii0"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="j5a0jTc9S10"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="EE-xtCF3T94"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="Uj1ykZWtPYI"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="vkbQmH5MPME"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="8O_ifyIIrN4"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="0SoNH07Slj0"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="cqF6M25kqq4"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="ID_L0aGI9bg"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="REWyCy_m39Q"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="nHRbZW097Uk"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="MO7bRMa9bmA"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="d78X5Ummh9Y"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="2fcpre6"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="wpV-gGA4PSk"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="rrs0B_LM898"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="Oo0twK2ZbLU"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="ub82Xb1C8os"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="OWWu05YYbNI"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="eZL_77f0e8g"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="Wr1H9gTy8cc"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="l-HXjzCEQvU"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="D919h2Cri74"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="QB7ACr7pUuE"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="2t3xsWlp6Ek"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="6eTJ3b4C5kw"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="_3wkyerSBpw"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="iik25wqIuFo"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="dRV6NaciZVk"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });

    $('a[href*="LWErcuHm_C4"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });
    $('a[href*="2ocykBzWDiM"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });
    $('a[href*="OnAQTm50598"]').each(function() {
        $(this).attr("style", "color: red;");
        $(this).text("Anti Rick-Roll - This link is a Rick-Roll");
    });
}, 100);