Module Overview
Last updated
Was this helpful?
Last updated
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
For more details on each utility, you can checkout the Utility page
There’re 4 methods of calling one of the utilities (first 3 are setup in the settings)
onCopy - on copying text
hotkey - on pressing a set combination
onLoad - on page load
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
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
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)
Character Filtering
Link Appender
Auto Google
Discord Joiner
Captcha Clicker
Text Decoding
Base Links
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
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