mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 15:26:16 -04:00
Added more infoLinks and updated newOperation script to include prompt for them.
This commit is contained in:
commit
e81c81351d
206 changed files with 249 additions and 12 deletions
|
@ -19,7 +19,8 @@ class XKCDRandomNumber extends Operation {
|
|||
|
||||
this.name = "XKCD Random Number";
|
||||
this.module = "Default";
|
||||
this.description = "RFC 1149.5 specifies 4 as the standard IEEE-vetted random number.<br><br><a href='https://xkcd.com/221/'>XKCD #221</a>";
|
||||
this.description = "RFC 1149.5 specifies 4 as the standard IEEE-vetted random number.";
|
||||
this.infoURL = "https://xkcd.com/221/";
|
||||
this.inputType = "string";
|
||||
this.outputType = "number";
|
||||
this.args = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue