您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Replaces xcancel.com links with xcancel.com
Title: X.com to XCancel.com Redirector
Description:
This userscript automatically replaces all occurrences of xcancel.com
URLs with xcancel.com
on any webpage you visit. It modifies both clickable links (<a>
tags) and visible text content containing xcancel.com
. Additionally, it intercepts network requests (e.g., fetch
and XMLHttpRequest
) to ensure that any requests to xcancel.com
are redirected to xcancel.com
. This script is useful for users who want to avoid visiting xcancel.com
and instead redirect to xcancel.com
.
Features:
xcancel.com
links in anchor tags (<a>
elements) with xcancel.com
.xcancel.com
to xcancel.com
.xcancel.com
to xcancel.com
.@match *://*/*
).How It Works:
xcancel.com
and replaces them with xcancel.com
.fetch
) to ensure that any requests to xcancel.com
are redirected to xcancel.com
.