在您安裝前,Greasy Fork镜像希望您了解本腳本包含“可能不受歡迎的功能”,可能幫助腳本的作者獲利,而不能給你帶來任何收益。
此腳本只有在您 付費後才能使用全部的功能。 Greasy Fork镜像尚未支付費用,因此無法驗證使用需要付費的商品,也無法幫助您獲得退款。
腳本的作者解釋:
主脚本(Reading mode for mobile)为付费脚本
【这是 Reading mode for mobile 的功能插件,无法单独工作】使主按钮的位置在右上角显示
// ==UserScript== // @name [RMFM addons]主按钮在右上角 // @namespace RMFM_main_button_right_top // @version 0.0.1 // @description 【这是 Reading mode for mobile 的功能插件,无法单独工作】使主按钮的位置在右上角显示 // @author 稻米鼠 // @icon https://i.v2ex.co/UuYzTkNus.png // @supportURL https://meta.appinn.net/t/23292 // @contributionURL https://afdian.net/@daomishu // @contributionAmount 8.88 // @antifeature payment 主脚本(Reading mode for mobile)为付费脚本 // @match *://*/* // @grant none // ==/UserScript== const opt = window.RMFM ? window.RMFM : window.RMFM={} const addons = (opt.addons && opt.addons instanceof Array) ? opt.addons : opt.addons=[] addons.push({ name: 'Main button right top', buttonStyle: `#rmfm-main-button { left: initial; top: 24px; right: 24px; bottom: initial; }` })
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址