Enigma Toolbox ENG
  • Welcome
  • Overview
  • Main info
    • Installation
    • How to Authorize
    • How to update?
  • Clipboard manager
    • Module Overview
    • Utility
      • Character Filtering
      • Link Appender
      • Auto Google
      • Discord Joiner
      • Captcha Clicker
      • Text Decoding
      • Base Links
  • Autocheckout & Autofill
    • Module Overview
    • Platforms
      • ⛵Opensea
      • Binance
      • Adidas
      • AIO
      • Solebox
      • Supreme
      • Stripe
      • Shopify
      • Zalando
      • Snipes
    • Profiles
  • DIY
    • Module Overview
    • Scripts
  • Settings
    • Settings Overview
Powered by GitBook
On this page
  • Basics
  • How does the extension interact with the user’s clipboard
  • Hierarchy of calling utilities
  • Active zone of the extension. Where can you use it?
  • Import / Export Utility Settings

Was this helpful?

  1. Clipboard manager

Module Overview

PreviousHow to update?NextUtility

Last updated 4 years ago

Was this helpful?

Clipboard Manager - module, which includes many utilities, that can be sharply adjusted towards any kind of task. The keyword here is “sharply” - each utility can be set to work as a combination of hotkeys.

We have to remove unneeded symbols from the password, and then append it to the password link. Here, we can use the Character Filtering and the Link Appender utility

We have to decode a line of text, which contains a discord invite. Here we can use Text Decoding and Discord Joiner utility.

We need to quickly look up an answer to a question, or a complicated math equation. Here we can use the Auto Google utility

For more details on each utility, you can checkout the

Basics

There’re 4 methods of calling one of the utilities (first 3 are setup in the settings)

  1. onCopy - on copying text

  2. hotkey - on pressing a set combination

  3. onLoad - on page load

  4. in the Clipboard Manager Module - by clicking the utility call method. Same button shows the method to call said utility

The button to activate an utility will work even in the case of said utility being disabled / extension being disabled

How does the extension interact with the user’s clipboard

Your clipboard value is shown in the Clipboard Manager’s main page, at the top.

This clipboard value field is an input - you can manually edit it, and it will be instantly changed

Clipboard value plays a big role, as that’s what the majority of utilities work with.

Takes your clipboard value, and removes unneeded symbols from it, rewriting the previous clipboard value

Takes your clipboard value, appends it at the end of preset link, and opens the link

Takes your clipboard value, and opens a new window with a google search set to it

Attempts to join an invite that is in your clipboard

Decodes your clipboard value

Hierarchy of calling utilities

Let’s say, you setup “Char. Filtering” and “Link Appender” to be called onCopy (as you copy the text)

The user selects text and presses “CTRL / COMMAND + C”, in other words copies the text and lets the extension do its thing.

As both of the utilities are set to activate by the same method, they’re executed one after another; first - “Character Filtering”, and then “Link Appender”. Firstly, the clipboard value will be rewritten, and then a new link will be opened, with the new clipboard value at the end of it.

The order of utility execution is not random. We’ve made it this way on purpose. The order of execution determines the position of said utilities in the interface, from the most important (top) to the least important (bottom)

  1. Character Filtering

  2. Link Appender

  3. Auto Google

  4. Discord Joiner

  5. Captcha Clicker

  6. Text Decoding

  7. Base Links

Active zone of the extension. Where can you use it?

The extension only works in Google Chrome, inside the actual website’s page (in the red part of the screenshot)

it is important to notice, that in the URL line, developer tools, and other blocks, that do not directly relate to the website’s page, the extension will not work

Import / Export Utility Settings

You can click the “export” button to download all of your utility settings, saved in a “json” format. You can later import these settings using that file

On import all settings will be overridden

Utility
Utility page