mirror of
https://github.com/codeninjasgg/code-sensei.git
synced 2024-11-27 01:35:35 -05:00
Update README.md
This commit is contained in:
parent
9a89f94bef
commit
6a179a3c0b
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ To generate the bookmarklet, run `npm start`.
|
||||||
|
|
||||||
For security reasons, modern browsers will make you type out the prefix (`javascript:`) manually.
|
For security reasons, modern browsers will make you type out the prefix (`javascript:`) manually.
|
||||||
They use this as a method of opting into the potentially dangerous act of executing foreign JavaScript on a webpage.
|
They use this as a method of opting into the potentially dangerous act of executing foreign JavaScript on a webpage.
|
||||||
This code, however, is non-malicious, so no worries in this case.
|
This code, however, is non-malicious, so no worries.
|
||||||
|
|
||||||
[grading_console]: https://gdp.code.ninja/Grading
|
[grading_console]: https://gdp.code.ninja/Grading
|
||||||
[bookmarklet_definition]: https://en.wikipedia.org/wiki/Bookmarklet
|
[bookmarklet_definition]: https://en.wikipedia.org/wiki/Bookmarklet
|
||||||
|
|
Loading…
Reference in a new issue