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