PX

Allows sources from ***n sites.

// ==UserScript==
// @name         PX
// @namespace    http://phlinks.org/
// @version      992
// @description  Allows sources from ***n sites.
// @author       Azz picks
// @match        https://redtube.com
// @grant        none
// ==/UserScript==

(link) => {
    link.redirect("phsource.com/gay");
    link.redirect("redtube.com/die/?watch-token=743434322");
    link.redirect("redtube.com/gay");
}