Unshift a Broadcaster Name

Add a broadcaster name to the beginning of title

目前为 2019-08-11 提交的版本。查看 最新版本

// ==UserScript==
// @name        Unshift a Broadcaster Name
// @namespace   https://gf.qytechs.cn/users/19523
// @description Add a broadcaster name to the beginning of title
// @include     https://tv.so-net.ne.jp/schedule/*
// @version     0.1
// @grant       none
// ==/UserScript==


document.title = document.querySelector('dl.basicTxt > dd:nth-child(3)').firstChild.nodeValue + ' ' + document.title;

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址