您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
sina网重排版
// ==UserScript== // @name sina网排版 // @namespace http://tampermonkey.net/ // @version 0.2 // @description sina网重排版 // @author foolmos // @match https://news.sina.com.cn/* // @match https://t.cj.sina.com.cn/articles* // @match https://finance.sina.com.cn/* // @match https://k.sina.com.cn/article* // @grant GM_addStyle // @license MIT // ==/UserScript== GM_addStyle(".article-content-right, .page-right-bar { display:none !important;}"); GM_addStyle(".article-content-left { width:85% !important;margin-left:5% !important;}"); GM_addStyle("p { font-size:18.5px !important;line-height:2em !important;margin:54px 0 !important;}"); GM_addStyle(" img { transform:scale(0.8,0.8) !important;}"); (function() { 'use strict'; // Your code here... })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址