From 4be078da65f7c1d9b81eb03b5a2540ee6c3b4d8b Mon Sep 17 00:00:00 2001 From: jetsparrow Date: Fri, 11 Feb 2022 22:06:32 +0300 Subject: [PATCH] Enable github pages --- _config.yml | 3 +++ index.md | 14 ++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 _config.yml create mode 100644 index.md diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..7f10668 --- /dev/null +++ b/_config.yml @@ -0,0 +1,3 @@ +theme: jekyll-theme-midnight +title: Steam Janitor +description: A userscript that makes browsing mods viable diff --git a/index.md b/index.md new file mode 100644 index 0000000..95eee62 --- /dev/null +++ b/index.md @@ -0,0 +1,14 @@ +## [Install 0.0.2](https://github.com/Jetsparrow/steam-janitor/raw/main/steam-janitor.user.js) +_Requires a userscript extension for your browser, like [Tampermonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=en)_ + +**N.B.: this is a very crude alpha. Developed and tested in Google Chrome** + +## Filter mods + +Adds a little "hide" button to any workshop browse page. Use it, and you will no longer see the hundreds of miscellaneous translations to laguages you don't know, obsolete mods, or gachimuchi memes. + +The userscripts adds a "filter" checkbox to the top paging controls, allowing you to switch between the filtered and unfiltered view. + +## Endless scrolling + +After the filter runs its course, you will be left with barely any mods. Endless scrolling fixes that.