Last active
August 29, 2015 14:20
-
-
Save ir-g/de188157f9b0d3591957 to your computer and use it in GitHub Desktop.
A collection of tools for managing Steam Workshop subscriptions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SubscribeItem(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setTimeout(function(){ | |
jQuery('.subscriptionControls a').map(function(){this.click()}); | |
window.location.reload; | |
},2000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment