Greasy Fork is available in English.

自动展开全文(停更,详细请看说明)

自动展开网站内容而无需点击。【本脚本停更(详情请看: https://greasyfork.org/zh-CN/scripts/397476 ),精力投入 Beta 版】, Beta 版地址: https://greasyfork.org/zh-CN/scripts/407956

您查看的为 2020-08-03 提交的版本。查看 最新版本

// ==UserScript==
// @name        自动展开全文(停更,详细请看说明)
// @namespace   Show me all post.
// @icon        https://i.v2ex.co/81ToM02ss.png
// @grant       GM_openInTab
// @version     0.59.99
// @author      稻米鼠
// @description 自动展开网站内容而无需点击。【本脚本停更(详情请看: https://greasyfork.org/zh-CN/scripts/397476 ),精力投入 Beta 版】, Beta 版地址: https://greasyfork.org/zh-CN/scripts/407956
// @match       *://www.zhihu.com/question/*
// @match       *://www.zhihu.com/tardis/*
// @match       *://blog.csdn.net/*/article/details/*
// @match       *://bbs.csdn.net/topics/*
// @match       *://www.bilibili.com/video/av*
// @match       *://www.bilibili.com/video/BV*
// @match       *://m.bilibili.com/video/av*
// @match       *://www.youtube.com/watch?v=*
// @match       *://m.youtube.com/watch?v=*
// @match       *://www.acfun.cn/v/ac*
// @match       *://m.acfun.cn/v/?ac=*
// @match       *://www.ipaperclip.net/doku.php?id=*
// @match       *://ipaperclip.net/doku.php?id=*
// @match       *://zhidao.baidu.com/question/*
// @match       *://wap.peopleapp.com/article/*
// @match       *://*.ifeng.com/*
// @match       *://www.javascriptcn.com/*
// @match       *://www.360doc.com/content/*
// @match       *://www.360doc.cn/article/*
// @match       *://www.iteye.com/blog/*
// @match       *://sports.sina.cn/*
// @match       *://3g.163.com/*
// @match       *://c.m.163.com/news/a/*
// @match       *://xw.qq.com/*
// @match       *://kandianshare.html5.qq.com/v*
// @match       *://m.toutiao.com/*
// @match       *://chejiahao.m.autohome.com.cn/i*
// @match       *://post.m.smzdm.com/p/*
// @match       *://m.smzdm.com/p/*
// @match       *://m.iask.sina.com.cn/b/*
// @match       *://m.tiexue.net/touch/thread_*
// @match       *://baijiahao.baidu.com/s?id=*
// @match       *://www.bandbbs.cn/threads/*
// @match       *://cloud.tencent.com/developer/article/*
// @match       *://book.douban.com/subject/*
// @match       *://m.douban.com/note/*
// @match       *://m.douban.com/group/topic/*
// @match       *://www.jianshu.com/p/*
// @match       *://www.chinaz.com/*
// @match       *://www.pinlue.com/article/*
// @match       *://m.jiemian.com/article/*
// @match       *://www.bilibili.com/read/mobile/*
// @match       *://kuaibao.qq.com/s/*
// @match       *://yq.aliyun.com/articles/*
// @match       *://jingyan.baidu.com/article/*
// @match       *://m.huxiu.com/article/*
// @match       *://*.sina.cn/*
// @match       *://www.xiaohongshu.com/*
// @match       *://m.sohu.com/a/*
// @match       *://www.hao123.com/*
// @match       *://www.baiven.com/*
// @match       *://www.yuque.com/*
// @match       *://m.thepaper.cn/newsDetail_forward_*
// @match       *://m.guancha.cn/*
// @match       *://upage.html5.qq.com/*
// @match       *://m.guokr.com/article/*
// @match       *://www.xjishu.com/*
// @match       *://mbd.baidu.com/*
// @match       *://xiaozhuanlan.com/topic/*
// @match       *://ddrv.cn/a/*
// @match       *://www.reddit.com/*
// @match       *://www.meipian.cn/*
// @match       https://c.statcounter.com/*
// ==/UserScript==

(function(){
  alert('【自动展开全文】脚本停更,会自动跳转到详细说明页。大家可自行卸载脚本,或更换到 Beta 版')
  GM_openInTab('https://greasyfork.org/zh-CN/scripts/397476')
})()