Skip to content

Instantly share code, notes, and snippets.

@madidier
Created January 25, 2025 12:09
Show Gist options
  • Save madidier/98913ac65060ed8be16ea6db6e112841 to your computer and use it in GitHub Desktop.
Save madidier/98913ac65060ed8be16ea6db6e112841 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name XCancel
// @namespace http://madidier.fr/
// @version 2025-01-25
// @description Redirige automatiquement sur xcancel.com
// @author madidier.fr
// @match https://x.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=xcancel.com
// @grant none
// ==/UserScript==
document.location.host = 'xcancel.com'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment