Closed i9602097 closed 7 years ago
Thanks. Will look into it :)
大概要改成这样
if (typeof videoInfo.cid === 'number' && biliHelper.replaceEnabled && $('.b-page-body .viewbox').length === 0 && $('.main-inner .viewbox').length === 0) {
谢谢反馈,该文件的代码会被彻底清理。
be fixed in 0.8.16.25
更新到0.8.16.25測試後確實正常了 感謝修復
问题反馈
在您提交问题前, 请检查以下项目:
环境信息
请填写以下信息:
您可以在扩展选项页中查看. 如果您在报告关于 master 分支的问题, 您也可以在此处填最新的 commit ID.
重现步骤/尝试的解决方案
请具体描述, 谢谢 :)
Feedback
Before submitting your issue, please check to make sure of the following:
Environment Info
Please fill out the following:
You can see this on extension options page. You can also put the latest commit ID here if you are reporting about the master branch.
Steps to Reproduce / Attempted solution
Please be specific here, thanks :)
按慣例先報一報自己的系統
if (typeof videoInfo.cid === 'number' && $('.b-page-body .viewbox').length === 0 && $('.main-inner .viewbox').length === 0)
的情況 從而執行第566行把biliHelper.genPage設為true 而biliHelper.genPage設為true會觸發第724行及以下負責替換頁面的代碼 而當中所有設定值都沒參與決定 換句話說無論緩存和設定是如何 只要能打開符合第565行的頁面 該頁面一定被替換 這與任何設定無關是代碼問題 所以過來回報 而且我建議是一併移除由biliHelper.genPage觸發的頁面替換 因為頁面替換在新版B站已經沒用 沒權限的投稿已經不能用這方法再打開 而且替換的頁面是flash播放器對於我這種不開flash的人更是沒用 而且替換頁面中的說明打開原頁面按鈕我硬是找不到 即是打開助手後遇上這些頁面只能白白看著被替換又不能跳回去 在替換頁面下不能看片只能查看評論區 如果不能移除請務必給開關這功能的選項 現在除非我修改腳本否則無法關閉這令我困擾的功能 但是Chrome不容許自行修改套件的 變相我只能選擇是否啟用助手 請給一個能關閉頁面替換的方法