mirror of
https://github.com/gchq/CyberChef
synced 2025-12-23 11:43:39 +00:00
Added more infoLinks and updated newOperation script to include prompt for them.
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user