Greasy Fork镜像 还支持 简体中文。
Improves readability and allows EBOOK DOWNLOADS!
< 腳本Fanfiction+的回應
Better Change Between Mobile and Desktop EditionThis code should do what you want:var mobileVersion = 'location = "https://m.fanfiction.net' + document.location.pathname + '"'console.log(mobileVersion)document.getElementsByClassName('icon-kub-mobile')[0].setAttribute('onclick', mobileVersion)
Thanks, its implemented now :smile:
登入以回覆
土豆服务器,请按需使用
镜像地址随时可能被墙,建议加群获取最新地址
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Better Change Between Mobile and Desktop Edition
This code should do what you want:
var mobileVersion = 'location = "https://m.fanfiction.net' + document.location.pathname + '"'
console.log(mobileVersion)
document.getElementsByClassName('icon-kub-mobile')[0].setAttribute('onclick', mobileVersion)