- Steam Workshop Unsubscribe All Script Pastebin
- How To Unsubscribe On Steam
- Steam Workshop Unsubscribe All Script Software
Quickly unsubscribe all Steam Workshop subscriptions listed on a page (using JavaScript console)
unsuball.js
/* |
* This is free and unencumbered software released into the public domain. |
* |
* Anyone is free to copy, modify, publish, use, compile, sell, or |
* distribute this software, either in source code form or as a compiled |
* binary, for any purpose, commercial or non-commercial, and by any |
* means. |
* |
* In jurisdictions that recognize copyright laws, the author or authors |
* of this software dedicate any and all copyright interest in the |
* software to the public domain. We make this dedication for the benefit |
* of the public at large and to the detriment of our heirs and |
* successors. We intend this dedication to be an overt act of |
* relinquishment in perpetuity of all present and future rights to this |
* software under copyright law. |
* |
* THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, |
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
* IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR |
* OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, |
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
* OTHER DEALINGS IN THE SOFTWARE. |
* |
* For more information, please refer to |
*/ |
for(vari=0;i<10;i++){ |
jQuery('a[id^=UnsubscribeItemBtn]').map(function(){ |
this.click(); |
}); |
location.reload(); |
} |
Steam Workshop Unsubscribe All Script Pastebin
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment
How To Unsubscribe On Steam
unsuball.js
/* |
* This is free and unencumbered software released into the public domain. |
* |
* Anyone is free to copy, modify, publish, use, compile, sell, or |
* distribute this software, either in source code form or as a compiled |
* binary, for any purpose, commercial or non-commercial, and by any |
* means. |
* |
* In jurisdictions that recognize copyright laws, the author or authors |
* of this software dedicate any and all copyright interest in the |
* software to the public domain. We make this dedication for the benefit |
* of the public at large and to the detriment of our heirs and |
* successors. We intend this dedication to be an overt act of |
* relinquishment in perpetuity of all present and future rights to this |
* software under copyright law. |
* |
* THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, |
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
* IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR |
* OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, |
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
* OTHER DEALINGS IN THE SOFTWARE. |
* |
* For more information, please refer to |
*/ |
for(vari=0;i<10;i++){ |
jQuery('a[id^=UnsubscribeItemBtn]').map(function(){ |
this.click(); |
}); |
location.reload(); |
} |
Steam Workshop Unsubscribe All Script Pastebin
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment
How To Unsubscribe On Steam
Steam Workshop Unsubscribe All Script Software
Reset Steam Workshop Subscriptions - Unsubscribe from all Steam Workshop Addons with a single click. Author Timmy Daily installs 0 Total installs 845 Ratings 7 0 1 Created 2015-05-10 Updated 2017-11-01; Workshop - Unsubscribe from All - Lets just add a nice juicy button here to unsubscribe from all of those addons. Still slow, but not as slow. Een simpel script om je abonnementen op alle voorwerpen in de Steam Workshop op te zeggen. Klik op 'Unsubscribe All'. One way I've found is to look for 'collections' of mods in the game's workshop. Often times people list popular mods etc so the chance is high that a collection will have many of your mods listed. These collections have 'sub all' and 'unsub all' buttons.