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 Fix Dota builds page | |
// @namespace https://gist.github.com/parnakra/d3720201f66cc64ada7c | |
// @version 7.00 | |
// @updateURL https://gist.github.com/parnakra/d3720201f66cc64ada7c/raw/ | |
// @downloadURL https://gist.github.com/parnakra/d3720201f66cc64ada7c/raw/ | |
// @description Fixes various issues on the Dota 2 builds page | |
// @author Parnakra | |
// @match http://tampermonkey.net/index.php?version=3.11&ext=dhdg&updated=true#features | |
// @grant none |
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 Enhance Dota builds page | |
// @namespace https://gist.github.com/parnakra/90f9885d8f95ca446541f87f2f2365ce | |
// @version 0.6 | |
// @updateURL https://gist.github.com/parnakra/90f9885d8f95ca446541f87f2f2365ce/raw/ | |
// @description Adds sorting, searching, filtering and publishing functionality to Dota builds list | |
// @author Parnakra | |
// @match http://www.dota2.com/workshop/builds | |
// @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
license: gpl-3.0 |
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
license: gpl-3.0 |
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
license: mit |