opt
/
kaspersky
/
kav4fs
/
share
/
wmconsole
/
html
/
js
➕ New
📤 Upload
✎ Editing:
timer.js
← Back
function Timer(func) { var key_ = func; if(typeof(timers_) === 'undefined') timers_ = {}; this.clear = function() { clearTimeout(timers_[key_]); timers_[key_] = 0; } this.set = function(ms) { var currentHref = window.location.href; var timeoutFunc = function() { if(window.location.href === currentHref) func(); } clearTimeout(timers_[key_]); timers_[key_] = setTimeout(timeoutFunc, ms); } this.clear(); }
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel