diff --git a/src/web/App.mjs b/src/web/App.mjs index 5db558b7..6963f779 100755 --- a/src/web/App.mjs +++ b/src/web/App.mjs @@ -252,9 +252,6 @@ class App { * @fires Manager#oplistcreate */ populateOperationsList() { - // Move edit button away before we overwrite it - document.body.appendChild(document.getElementById("edit-favourites")); - let html = ""; let i; diff --git a/src/web/html/index.html b/src/web/html/index.html index db8b21b8..0668a1fd 100755 --- a/src/web/html/index.html +++ b/src/web/html/index.html @@ -179,21 +179,26 @@ About / Support help - - - -
-
+
+ data-help="

The Operations list contains all the operations in CyberChef arranged into categories. Some operations may be present in multiple categories. You can search for operations using the search box.

To use an operation, either double click it, or drag it into the Recipe pane. You will then be able to configure its arguments (or 'Ingredients' in CyberChef terminology).

"> Operations + + +