Vs


Long time ago… In a blog post far far away… So it was last week. I wrote about stealing intelectual property from people that deserves their payments. Today we will have a small followup of this idea.

Nice person from Iceland wrote years ago a plugin to most browsers that helps in “on the fly redirections”. So if i click on “freed” link to piracy youtube site it will redirect me to a original one.

        {
            "description": "youtube",
            "exampleUrl": "https://yewtu.be/watch?v=ahnYw3KmX74",
            "exampleResult": "https://youtube.com/watch?v=ahnYw3KmX74",
            "error": null,
            "includePattern": "https://yewtu.be/watch?*",
            "excludePattern": "",
            "patternDesc": "youtube",
            "redirectUrl": "https://youtube.com/watch?$1",
            "patternType": "W",
            "processMatches": "noProcessing",
            "disabled": false,
            "grouped": false,
            "appliesTo": [
                "main_frame"
            ]
        }

Single yewtu.be redirection. For others similiar it is just “includePattern” change of domain 🙂 So it is so easy to add another one 😀


Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments