ReRickroll AdvancedInfinity

Unbans gg.gg/RICKROLL (all caps)

// ==UserScript==
// @name         ReRickroll AdvancedInfinity
// @namespace    http://gg.gg/RICKROLL
// @version      3.0
// @description  Unbans gg.gg/RICKROLL (all caps)
// @author       You
// @match        http://gg.gg/RICKROLL
// @icon         https://www.google.com/s2/favicons?sz=64&domain=gg.gg
// @grant        none
// @license MIT
// ==/UserScript==

(function() {
    'use strict';

    // Your code here...
    location.href = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
})();