Skip to main content

Intro

Welcome to the official documentation for cat2d2/io

Getting Started

What you'll need

  • Tampermonkey

    • Install it based off your browser. Version 82+ recommended
  • A userscript of your choice. You can find them in cat2d2/io

Create a new script

You can start off by going to the Tampermonkey Dashboard. Click on the extension, then click "Dashboard".

It should look a little something like this

The default Tampermonkey Dashboard with no scripts installed:

Tampermonkey Dashboard

Then, create a new script

You can do this by pressing the + icon located near the top-right of your screen

Click Here

Copy paste your script

So ctrl + c, then ctrl + v

Save your script with ctrl + s

And there you have it! You're scripts are ready to be used.

note

Make sure you enable Developer Mode to inject userscripts, TamperMonkey has a detailed guide on this