mirror of
https://github.com/XIU2/UserScript.git
synced 2026-07-24 11:03:23 +00:00
更新 脚本图标
This commit is contained in:
@@ -16,10 +16,10 @@
|
||||
|
||||
| | 脚本名称 | 脚本功能 | 安装 \| 备用 |
|
||||
| :----: | :---- | :---- | :----: |
|
||||
| <img src="https://static.zhihu.com/static/favicon.ico" height="16px" /> | **知乎 美化** | 宽屏显示、隐藏文章开头大图、文章编辑页与实际宽度一致... | **[安装](https://greasyfork.org/zh-CN/scripts/412212)** \| **[备用](https://cdn.jsdelivr.net/gh/XIU2/UserScript@master/Zhihu-Beautification.user.js)** |
|
||||
| <img src="https://static.zhihu.com/static/favicon.ico" height="16px" /> | **知乎 增强** | 移除登录弹窗、一键收起回答、置顶显示时间、区分问题文章... | **[安装](https://greasyfork.org/zh-CN/scripts/419081)** \| **[备用](https://cdn.jsdelivr.net/gh/XIU2/UserScript@master/Zhihu-Enhanced.user.js)** |
|
||||
| <img src="https://static.zhihu.com/heifetz/favicon.ico" height="16px" /> | **知乎 美化** | 宽屏显示、隐藏文章开头大图、文章编辑页与实际宽度一致... | **[安装](https://greasyfork.org/zh-CN/scripts/412212)** \| **[备用](https://cdn.jsdelivr.net/gh/XIU2/UserScript@master/Zhihu-Beautification.user.js)** |
|
||||
| <img src="https://static.zhihu.com/heifetz/favicon.ico" height="16px" /> | **知乎 增强** | 移除登录弹窗、一键收起回答、置顶显示时间、区分问题文章... | **[安装](https://greasyfork.org/zh-CN/scripts/419081)** \| **[备用](https://cdn.jsdelivr.net/gh/XIU2/UserScript@master/Zhihu-Enhanced.user.js)** |
|
||||
| <img src="https://github.com/favicon.ico" height="16px" /> | **Github 增强** | 高速下载 Git Clone、Release、Raw、Code(ZIP) 等文件... | **[安装](https://greasyfork.org/zh-CN/scripts/412245)** \| **[备用](https://cdn.jsdelivr.net/gh/XIU2/UserScript@master/GithubEnhanced-High-Speed-Download.user.js)** |
|
||||
| <img src="https://github.com/favicon.ico" height="16px" /> | **自动无缝翻页 \*** | 目前支持:423Down、Apphot(原烈火汉化)、小众软件... | **[安装](https://greasyfork.org/zh-CN/scripts/419215)** \| **[备用](https://cdn.jsdelivr.net/gh/XIU2/UserScript@master/Autopage.user.js)** |
|
||||
| <img src="https://s3.ax1x.com/2021/02/25/yj2s4f.png" height="16px" /> | **自动无缝翻页 \*** | 目前支持:423Down、Apphot(原烈火汉化)、小众软件... | **[安装](https://greasyfork.org/zh-CN/scripts/419215)** \| **[备用](https://cdn.jsdelivr.net/gh/XIU2/UserScript@master/Autopage.user.js)** |
|
||||
| <img src="https://bbs.3dmgame.com/favicon.ico" height="16px" /> | **3DM论坛 美化** | 精简多余内容 | **[安装](https://greasyfork.org/zh-CN/scripts/413593)** \| **[备用](https://cdn.jsdelivr.net/gh/XIU2/UserScript@master/3dm-Beautification.user.js)** |
|
||||
| <img src="https://bbs.3dmgame.com/favicon.ico" height="16px" /> | **3DM论坛 增强** | 自动回复、自动无缝翻页、清理置顶帖子 | **[安装](https://greasyfork.org/zh-CN/scripts/412890)** \| **[备用](https://cdn.jsdelivr.net/gh/XIU2/UserScript@master/3dm-Enhanced.user.js)** |
|
||||
| <img src="http://bbs.zhiyoo.net/favicon.ico" height="16px" /> | **智友邦论坛 美化** | 精简多余内容、宽屏显示 | **[安装](https://greasyfork.org/zh-CN/scripts/412361)** \| **[备用](https://cdn.jsdelivr.net/gh/XIU2/UserScript@master/Zhiyoo-Beautification.user.js)** |
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
// @description 宽屏显示、隐藏文章开头大图、文章编辑页面与实际文章宽度一致
|
||||
// @match *://www.zhihu.com/*
|
||||
// @match *://zhuanlan.zhihu.com/p/*
|
||||
// @icon https://static.zhihu.com/static/favicon.ico
|
||||
// @icon https://static.zhihu.com/heifetz/favicon.ico
|
||||
// @grant GM_registerMenuCommand
|
||||
// @grant GM_unregisterMenuCommand
|
||||
// @grant GM_openInTab
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
// @description 移除登录弹窗、一键收起回答、置顶显示时间、显示问题时间、区分问题文章、默认高清原图、默认站外直链
|
||||
// @match *://www.zhihu.com/*
|
||||
// @match *://zhuanlan.zhihu.com/*
|
||||
// @icon https://static.zhihu.com/static/favicon.ico
|
||||
// @icon https://static.zhihu.com/heifetz/favicon.ico
|
||||
// @require https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js
|
||||
// @grant GM_registerMenuCommand
|
||||
// @grant GM_unregisterMenuCommand
|
||||
|
||||
Reference in New Issue
Block a user