diff --git a/src/web/App.mjs b/src/web/App.mjs index 5db558b7c..6963f7793 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 db8b21b82..0668a1fd1 100755 --- a/src/web/html/index.html +++ b/src/web/html/index.html @@ -179,21 +179,26 @@ About / Support 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 +