mirror of
https://github.com/kou029w/user-script.git
synced 2025-01-18 08:05:09 +00:00
7 lines
136 B
JavaScript
7 lines
136 B
JavaScript
|
// ==UserScript==
|
||
|
// @match https://www.youtube.com/*
|
||
|
// ==/UserScript==
|
||
|
"use strict";
|
||
|
|
||
|
window.location.hostname = "piped.kavin.rocks";
|