Module Overview

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

For more details on each utility, you can checkout the Utility page

Utility

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

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.

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

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

Last updated

Was this helpful?