讨论 » 创建请求

Easy? - continue countdown for novafile.com even if the tab isn't open

§
发布于:2017-10-08

Easy? - continue countdown for novafile.com even if the tab isn't open

Hi everyone, I'm trying to download lots of files from this host and I have what should be a simple request - novafile.com has a countdown which pauses if you click away from the tab. I'd like to trick the page into continuing the countdown if you do click away.
It seems like the page is using some kind of javascript to detect the tab focus. Unfortunately I have zero programming experience, but if anyone can whip up a userscript for this, I would really appreciate it. I am using chrome.
novafile.com/hm6q1590hoiz

woxxom管理员
§
发布于:2017-10-08
// ==UserScript==
// @name  novafile: keep counting on blur
// @match https://novafile.com/*
// @grant none
// ==/UserScript==

delete jQuery._data(window, 'events').blur;
§
发布于:2017-10-09

Thank you for that, is it also possible to include a function that automatically clicks the download now button?

woxxom管理员
§
发布于:2017-10-09

I don't know. Usually such sites also check the timeout on the server.

发布留言

登录(不可用)以发布留言。

长期地址
遇到问题?请前往 GitHub 提 Issues。