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