Lixquid / js-userscripts

102.31.04 A collection of userscripts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Userscripts

A collection of userscripts. Userscripts are small JavaScript programs that run in your browser to modify web pages to your liking.

Installation

  1. Install a userscript manager extension for your browser:
  2. Navigate to the source of the userscript you want to install.
  3. Copy the entire source code.
  4. Open the userscript manager extension and create a new userscript.
  5. Paste the source code into the userscript.
  6. Save the userscript.

Userscripts

Clyp Autoplayer

Automatically plays audio on Clyp, and ensures that only one audio player is playing at a time.

Source

This script is intended for follow-along stories that provide background music via Clyp. It will automatically repeat the audio when it ends, and will close previous tabs when a new audio player is started.

Discord Hide Buttons

Hides unwanted buttons in Discord's UI, such as the GIF picker, the Send Gift button, the Server Boost button, and others.

Source NOTE: Requires Customization

Can hide or show the following:

  • Send a gift button in chatbox
  • GIF picker button in chatbox (Can still send GIFs via emoji picker)
  • Sticker picker button in chatbox (Can still send stickers via emoji picker)
  • Emoji picker button in chatbox
  • Super Reactions on message and context menus
YouTube Music Auto Skip

Automatically skips songs on YouTube Music depending on user-defined rules.

Source NOTE: Requires Customization

Can automatically skip songs based on title or artist.

LP Archive Dark Mode

Adds a dark mode to the LP Archive.

Source

License

Licensed under the MIT License.

About

102.31.04 A collection of userscripts.

License:MIT License


Languages

Language:JavaScript 100.0%