Created
January 25, 2025 12:09
-
-
Save madidier/98913ac65060ed8be16ea6db6e112841 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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