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
    
  
  
    
  | // ==UserScript== | |
| // @name Backpack.tf Buy Order Cleaner | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.0 | |
| // @description Does something i guess. | |
| // @author hashdash | |
| // @match https://backpack.tf/* | |
| // @grant none | |
| // ==/UserScript== | 
  
    
      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
    
  
  
    
  | // ==UserScript== | |
| // @name Backpack.tf mannco.store thingy | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.0 | |
| // @description Converts to mannco price or something... | |
| // @author hashdash | |
| // @match https://backpack.tf/* | |
| // @grant GM_xmlhttpRequest | |
| // @grant GM_setValue | |
| // @grant GM_getValue | 
  
    
      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
    
  
  
    
  | // ==UserScript== | |
| // @name Backpack.tf Buy Order Spells Pruner | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.0 | |
| // @description Purges spell buy orders or something... | |
| // @author hashdash | |
| // @match https://backpack.tf/* | |
| // @grant none | |
| // ==/UserScript== |