Skip to content

AcFun 强制回滚 Flash播放器 Ver 1.3 随时可能因官方改动代码而失效,不保证后续可用

Notifications You must be signed in to change notification settings

0-null/AcFun-Roll-Back-Flash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

AcFun Roll Back

AcFun 强制回滚 Ver 1.3

随时可能因官方改动代码而失效

ACUACH5项目一样,总体思路参考了
这个脚本中关于URL转换的代码,感谢原作者


自动跳转版,Chrome/Firefox 请先安装油猴(Tampermonkey)

找到想安装的脚本,然后点开Raw查看源代码
这里直接点也可以→视频版文章版,油猴会弹出引导安装界面
如果没有自动弹出,点Raw之后可以自行复制完整代码,在油猴添加新脚本导入


收藏夹 手动点击版,请自行复制以下完整代码,并加入收藏

acfun主站升级https,目前以下JS跳转仍有效,不保证后续可用

增加一个返回用代码,由www.acfun.cn/**/ac* 跳转回www.acfun.cn/v/ac* (先全部跳回v/ac,文章会再跳a/ac)
javascript:window.open("http://www.acfun.cn/v/ac" + document.URL.split("/ac")[1]);void(0)

视频版,由www.acfun.cn/v/ac* 跳转到www.acfun.cn/z/ac* (z/ac页是早期遗留页,不保证永久可用)
javascript:(function(){window.location.href = window.location.href.replace(/^http:\/\/www.\acfun\.cn\/v\//, 'http:\/\/www.\acfun\.cn\/z\/');})();
文章版,由www.acfun.cn/a/ac* 跳转到www.acfun.cn/z/ac* (可跳转回早期旧版文章二级页以及评论区风格)
javascript:(function(){window.location.href = window.location.href.replace(/^http:\/\/www.\acfun\.cn\/a\//, 'http:\/\/www.\acfun\.cn\/z\/');})();

About

AcFun 强制回滚 Flash播放器 Ver 1.3 随时可能因官方改动代码而失效,不保证后续可用

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published