Steam Workshop Item Remover

Automaticlly deletes all of your add-ons by page

  1. // ==UserScript==
  2. // @name Steam Workshop Item Remover
  3. // @namespace http://snakeeyed777.weebly.com
  4. // @version 1.0
  5. // @description Automaticlly deletes all of your add-ons by page
  6. // @author SnakeEyed
  7. // @note PLEASE DISABLE THIS EXTENSION WHEN YOUR NOT USING IT.
  8. // @note2 --------->REPLACE AND PUT YOUR USERNAME BELOW<---------
  9. // @match http://steamcommunity.com/id/[PUT YOUR USERNAME HERE]/myworkshopfiles/?browsesort=mysubscriptions&browsefilter=mysubscriptions&p=1
  10. // @grant none
  11. // ==/UserScript==
  12.  
  13. (function() {
  14. 'use strict';
  15.  
  16. jQuery ("[id^='UnsubscribeItemBtn']").children().trigger('click'); setTimeout(function(){location.reload();},500);
  17. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址