Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
itsamirhn authored Jun 22, 2022
1 parent b578b09 commit 340c03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Tired of solving [maaref.ecnahad.ir](https://maaref.ecnahad.ir) exams? Use **Aut

``` js
const inject = document.createElement('script');
inject.setAttribute('src','https://cdn.jsdelivr.net/gh/itsamirhn/AutoNahad@v0.1/inject.js');
inject.setAttribute('src','https://cdn.jsdelivr.net/gh/itsamirhn/AutoNahad@latest/inject.js');
inject.onload = () => {
const script = document.createElement('script');
script.innerHTML = 'checkAll().then(() => { alert("Done!") })'
Expand Down

0 comments on commit 340c03c

Please sign in to comment.