We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a3197 commit 6bd113dCopy full SHA for 6bd113d
README.md
@@ -6,7 +6,7 @@ this repository contains monkeyscript for lazy people
6
7
# Contents
8
9
-- [Monkey D Aria2](https://github.com/mnabila/monkeydscript/blob/main/src/aria2c.js)<br>
+- [Monkey D Aria2](https://github.com/mnabila/monkeydscript/blob/main/src/monkeydaria2c.js)<br>
10
this script allow user to automatically download file from file hosting with aria2-RCP.
11
- Coming Soon
12
src/aria2c.js renamed to src/monkeydaria2c.js
@@ -12,6 +12,8 @@
// ==/UserScript==
13
14
(function () {
15
+ 'use strict';
16
+
17
function sendNotification(body) {
18
if (Notification.permission != 'granted') {
19
Notification.requestPermission();
0 commit comments