Giter VIP home page Giter VIP logo

esp32-smartcube's Introduction

MAEJOK-TOOLS for Fishtank.live

Be sure to watch Fishtank Season One Episodes and Season Two clips, and get ready for Season 2.5 at https://www.fishtank.live/


Features:

  • Now working with Season 2.5! (thanks to f3rked)
  • Customizable Keybinds (thanks to deerfarce)
  • Mentions log
  • Ability to Hide: Chat Timestamps/Avatars/Clans/XP/Roll/Emotes/Consumables/System Messages, & Screen Takeovers
  • Emotes Menu (right click chat input)
  • Chat Message Menus (right click messages)
  • Mention Menu (right click a mention)
  • BigScreen mode (Use CTRL+` or CTRL+SHIFT+SPACE to toggle)
  • "Friending" and "Watching" users
  • Double-Click Messages in chat to toggle "Watching" of all messages from that user (persists between visits)
  • Enter Clan Chat Automatically
  • Active Chatters Count/List (click count to see list)
  • Dense Chat mode
  • Improved tagging
  • and a bunch of other stuff
  • And it's all controllable via Integrated Settings Panel
  • Plus more to come!

Requires one of the following browser extensions to work:


HOW TO: Build from source

  1. Start by cloning the repository into your project directory

    git clone https://github.com/maejok-xx/maejok-tools.git .
  2. install the dev dependencies (listed at the bottom of this readme)

    npm i
  3. Build:

    npm run build

Note: Build output will be located at ./dist/maejok-tools.user.js


HOW TO: Start in Dev Mode

Create a new Userscript using your browser extension of choice (eg: Tampermonkey) and add the following...

// ==UserScript==
// @name         MAEJOK-TOOLS [DEV MODE]
// @description  Development Version of MAEJOK-TOOLS
// @version      0.0.0
// @icon         https://raw.githubusercontent.com/maejok-xx/maejok-tools/master/public/images/icon.png
// @match        *://*.fishtank.live/*
// @run-at       document-idle
// @require      file:\\\PATH_TO_PROJECT_DIR\dist\maejok-tools.dev.user.js
// ==/UserScript==

Be sure to replace PATH_TO_PROJECT_DIR with the path to your actual project directory and save the new userscript.

Then navigate to your project root

eg:

cd C:\Users\BigHeadedLoser\Desktop\maejok-tools

And Run

npm run dev

Now any time you update and save a .scss or .js file, Webpack will automatically rebuild the plugin. You must refresh Fishtank.live to see your changes.

Note: Build output will be located at ./dist/maejok-tools.user.js

When you're all done, be sure to create a pull request with your updates! ๐Ÿ˜Š


Links

Want to contribute to maejok-tools? Create a Pull Request!

Find this script on Greasyfork

Feel free to create an issue if you come across any bugs or have any new feature suggestions


Dev Dependencies:

esp32-smartcube's People

Contributors

alastaira avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.