Software Alternatives & Reviews

The Linux Experiment banned from Youtube

Odysee X (Twitter) Nitter Violentmonkey
  1. 1
    Launch your own channel | Watch and share videos
    Pricing:
    • Open Source
    Welcome to odysee.com, an open-source, decentralized YouTube alternative, where his videos are already mirrored.

    #Video #Video Platform #Social Media 471 social mentions

  2. Connect with your friends and other fascinating people. Get in-the-moment updates on the things that interest you. And watch events unfold, in real time, from every angle.
    // ==UserScript== // @name Twitter to nitter // @namespace null // @version 0.1 // @description Redirect twitter to nitter // @match https://twitter.com/* // @run-at document-start // ==/UserScript== RedirectToPage("https://twitter.com", "https://nitter.net"); Function redirectToPage(page1, page2) { if(window.location.href.indexOf(page1) != -1) { window.location.href = page2 + window.location.pathname; } }.

    #Social Networks #Social Network #Microblogging 883 social mentions

  3. 3
    NOTE: Nitter has been discontinued.
    Nitter is a free and open-source front-end mirror of Twitter, which allows you to consult Twitter...
    Pricing:
    • Open Source
    // ==UserScript== // @name Twitter to nitter // @namespace null // @version 0.1 // @description Redirect twitter to nitter // @match https://twitter.com/* // @run-at document-start // ==/UserScript== RedirectToPage("https://twitter.com", "https://nitter.net"); Function redirectToPage(page1, page2) { if(window.location.href.indexOf(page1) != -1) { window.location.href = page2 + window.location.pathname; } }.

    #Social Network #Social Networks #Decentralized Social Network 300 social mentions

  4. Violentmonkey is a userscript manager to support running userscripts in web pages.
    Pricing:
    • Open Source
    You need Violentmonkey or one of the other Greasemonkey-derivative addons.

    #Browser Extension #Dark Mode #Tool 45 social mentions

Discuss: The Linux Experiment banned from Youtube

Log in or Post with