mirror of
https://github.com/kou029w/user-script.git
synced 2025-01-18 16:08:04 +00:00
7 lines
127 B
JavaScript
7 lines
127 B
JavaScript
|
// ==UserScript==
|
||
|
// @match https://twitter.com/*
|
||
|
// ==/UserScript==
|
||
|
"use strict";
|
||
|
|
||
|
window.location.hostname = "nttr.fly.dev";
|