GithubHelp home page GithubHelp logo

Comments (3)

justionpoon avatar justionpoon commented on July 27, 2024 2

不学习何以强国.js,20220214。
其它信息:win11 x64 企业版,Brave 1.36.111 Chromium: 99.0.4844.51(正式版本) (64 位),Tampermonkey v4.13。
有同样情况。偶尔会发生当前页面学完显示0秒,不自动关闭页面,手动关闭后才会自动继续。

from techxuexi-js.

lossor avatar lossor commented on July 27, 2024 2

自己改js代码
将window..close();
改为window.open("","_self").close();
有两处,改了Chrome就能自动关闭了

from techxuexi-js.

yuyangny avatar yuyangny commented on July 27, 2024 2

目前版本在低配机上仍然有这个问题。
解决方法:
手动修改closeWin()函数,把
win.close();
替换为
waitingTime(500);
win.open("","_self").close();

from techxuexi-js.

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.