https://github.com/technopagan/steamdeck-nostore
Simple CSS Loader Plugin (See Decky Loader => CSS Loader) to hide the "Store" button on SteamDeck's main menu
https://github.com/technopagan/steamdeck-nostore
Last synced: over 1 year ago
JSON representation
Simple CSS Loader Plugin (See Decky Loader => CSS Loader) to hide the "Store" button on SteamDeck's main menu
- Host: GitHub
- URL: https://github.com/technopagan/steamdeck-nostore
- Owner: technopagan
- License: unlicense
- Created: 2023-07-02T08:26:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-02T10:41:40.000Z (about 3 years ago)
- Last Synced: 2025-01-31T21:07:56.745Z (over 1 year ago)
- Language: CSS
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# steamdeck-nostore
CSS Loader Plugin (see Decky Loader => CSS Loader) to hide the "Store" button on SteamDeck's main menu.
## Word of Warning
Since this simple plugin just hides the Store button via CSS, it does not remove the elememt from the DOM, which means that there will be an invisible navigation step between "Library" and "Friends". Controller navigation behaves the same as keyboard navigation (e.g. tabbing through menus) and there is nothing CSS can do about it in this case.
The proper solution would be to remove the entire node (all the nested divs for the "Store" menu item) from the DOM, but that would require a standalone Decky Loader plugin and working with React to perform the DOM manipulation. Yuck.
For me personally, hiding the "Store" button like this with CSS only probably does the trick of stopping my inner instant gratification monkey in its tracks. So my motivation of building the "proper" solution is not high at the moment. Let's see how long until the invisible navigation step glitch annoyes me enough to fix it.