Skip to content

mxew/autodub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 

Repository files navigation

AutoDub for dubtrack.fm

AutoDub is an add-on for dubtrack.fm that allows you to automatically upvote.

Google Chrome Extension

AutoDub is avaliable as a Google Chrome extension in the Chrome Webstore.

Bookmarklet

If you don't want to use the Chrome extension, you can use AutoDub by injecting the script into dubtrack.fm with a bookmarklet.

javascript: (function() {if ($('#autodub').length) {} else {var script = document.createElement('script');script.id = 'autodub';script.type = 'text/javascript';script.src = 'https://mxew.github.io/autodub/autodub.js';document.body.appendChild(script);}})();

About

automatically upvote on dubtrack.fm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published