This file contains 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 AStats completed filter | |
// @version 0.3.2 | |
// @description Removes all games from AStats Steam_Games.php that are either owned, or have had at least 1 achievement earned | |
// @author Sellyme | |
// @downloadURL https://gist.github.com/Sellyme/1ca4092058480517f7c255c6555bfe24/raw/AStats%2520completed%2520filter.user.js | |
// @updateURL https://gist.github.com/Sellyme/1ca4092058480517f7c255c6555bfe24/raw/AStats%2520completed%2520filter.user.js | |
// @match http://astats.astats.nl/astats/Steam_Games.php* | |
// @match https://astats.astats.nl/astats/Steam_Games.php* | |
// @run-at document-end |