An open API service indexing awesome lists of open source software.

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.

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.

![Update Screenshot](https://rawgit.com/patricknelson/dubtrack-tweaks/master/images/update.png)

### TODO

- Add Firefox/Greasemonkey update instructions.