GithubHelp home page GithubHelp logo

Comments (8)

hymbz avatar hymbz commented on July 28, 2024 1

找到原因了゚∀゚)ノ。是脚本384行ScriptMenu.UserSetting = { ...defaultUserSetting, ...ScriptMenu.UserSetting };的问题,火狐从55开始才支持对象的扩展运算符。把这行改成ScriptMenu.UserSetting = Object.assign(defaultUserSetting, ScriptMenu.UserSetting);就行了(`ヮ´)

from comicreadscript.

hymbz avatar hymbz commented on July 28, 2024

现在各个站点的脚本合并为了一个,就是根目录下的 ComicRead.user.js,DMZJScript 可以直接删了装现在的 ComicRead,安装可以直接去greasyfork安装,介绍里就有写到。带 RAW 的文件是未处理的方便 coding 用的,直接用会出错。

from comicreadscript.

shinji-ikari avatar shinji-ikari commented on July 28, 2024

哦哦,明白了。抱歉了,因为蒙了搞不清楚该怎么用。Thanks♪(・ω・)ノ

from comicreadscript.

shinji-ikari avatar shinji-ikari commented on July 28, 2024

感觉好像对DMZJ没用?安装了greasyfork里面的comicread,挑了个被屏蔽漫画,毫无反应一样,随便点个漫画进去也没跟使用DMZJScript时一样变成黑色的界面。
用的浏览器是firefox 52. + tampermonkey

from comicreadscript.

shinji-ikari avatar shinji-ikari commented on July 28, 2024

hmmm,测试了一下油猴子,也是不行,因为没删掉DMZJSCRIPT,重新启用了一下。没问题。_(:з」∠) _

from comicreadscript.

hymbz avatar hymbz commented on July 28, 2024

那现在没问题了吧(`・ω・)。火狐我用的63版,我这边测试是没问题,脚本因为用了 tampermonkey 的 API 所以用其他插件可能会出错(´_ゝ`)

from comicreadscript.

shinji-ikari avatar shinji-ikari commented on July 28, 2024

ComicReadScript/ComicRead.user.js
重新装了几次试试看,没反应。GITHUB跟greasyfork的都试过,一个样。
firefox 52+tampermonkey插件。
纳闷的是dmzjscript的脚本还是能正常用。
囧了,刚才拿最新版的chrome+tampermonkey测试了一下。comicread在chrome上面反倒是没问题....能正常看到“漫画阅读脚本设置”。也能正常运行。
firefox52跟63有什么很大的差别么?hmmm,总之Thanks♪(・ω・)ノ~脚本很好用。因为一些插件的原因firefox不能更新上去,不过dmzjscript正常用。真有什么必要的开chrome算了。
3Q

from comicreadscript.

shinji-ikari avatar shinji-ikari commented on July 28, 2024

....夭寿咯。真的解决了。感谢大大不辞辛苦的翻查。真的非常Thanks♪(・ω・)ノ~ ︿( ̄︶ ̄)︿

from comicreadscript.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.