https://github.com/patricknelson/dubtrack-tweaks
Extra functionality for dubtrack.fm, such as spacebar mute, auto-updub and linking to currently playing SoundCloud songs.
https://github.com/patricknelson/dubtrack-tweaks
Last synced: 2 months ago
JSON representation
Extra functionality for dubtrack.fm, such as spacebar mute, auto-updub and linking to currently playing SoundCloud songs.
- Host: GitHub
- URL: https://github.com/patricknelson/dubtrack-tweaks
- Owner: patricknelson
- License: mit
- Created: 2015-12-30T20:11:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-07T17:45:55.000Z (about 10 years ago)
- Last Synced: 2025-12-26T23:56:02.413Z (6 months ago)
- Language: JavaScript
- Size: 42 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## dubtrack-tweaks
Adds extra functionality to [dubtrack.fm](https://www.dubtrack.fm), such as spacebar mute, auto-updub and linking to currently playing SoundCloud songs. Originally a [gist](https://gist.github.com/patricknelson/4b729ec234a35d4b8cc9) which has since been moved here.
### Features
- Automatically "updub" (upvote) songs a few seconds after they start (or visiting a room).
- Allows you to mute music by simply pressing the spacebar anywhere within the window (except in chat).
### Installation Instructions
1. Install a "user scripts" plug-in here:
1. Chrome: **[Tampermonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=en)**
1. Firefox: **[Greasemonkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/)**
1. Click **[dubtrack-tweaks.user.js](https://rawgit.com/patricknelson/dubtrack-tweaks/master/dubtrack-tweaks.user.js )** and click "Install".
1. Note: If this doesn't show an installation screen, you can manually set this up by going into the plug-in options, click "Create new Script" and then copy/paste the entire contents of the file above.
1. Visit [dubtrack.fm](https://www.dubtrack.fm) and enter a room.
1. Make sure Tampermonkey or Greasemonkey is enabled (e.g. click the Tampermonkey icon and select "Enabled").
### Update Instructions
Updating is easy. In Tampermonkey:
1. Click the Tampermonkey icon (square with two dots).
1. Click "Check for userscript updates".
1. On the next screen, confirm that you want to update.

### TODO
- Add Firefox/Greasemonkey update instructions.