Skip to content

Commit 6bd113d

Browse files
committed
chore: rename aria2c.js
1 parent 32a3197 commit 6bd113d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ this repository contains monkeyscript for lazy people
66

77
# Contents
88

9-
- [Monkey D Aria2](https://github.com/mnabila/monkeydscript/blob/main/src/aria2c.js)<br>
9+
- [Monkey D Aria2](https://github.com/mnabila/monkeydscript/blob/main/src/monkeydaria2c.js)<br>
1010
this script allow user to automatically download file from file hosting with aria2-RCP.
1111
- Coming Soon
1212

src/aria2c.js renamed to src/monkeydaria2c.js

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// ==/UserScript==
1313

1414
(function () {
15+
'use strict';
16+
1517
function sendNotification(body) {
1618
if (Notification.permission != 'granted') {
1719
Notification.requestPermission();

0 commit comments

Comments
 (0)