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
| #!/usr/bin/env bash | |
| CYAN='\033[1;34m' | |
| RED='\033[0;31m' | |
| NC='\033[0m' | |
| args=$(getopt -l "help,gui,exe:,appid:,appname:,title:" -o "hge:i:n:t:" -- "$@") | |
| eval set -- "$args" | |
| while [ $# -ge 1 ]; do |
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 Bluesky - Add more blocking/muting options in post dropdowns | |
| // @version 1.0.0 | |
| // @description Because going to the profile takes too long. | |
| // @author Redeven | |
| // @match https://bsky.app/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=bsky.app | |
| // @grant GM_addStyle | |
| // ==/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
| ! Title: Steamcito Filters | |
| ! Last modified: 2024-09-09T19:22:00.000Z | |
| ! Description: Filtros para funcionalidad molesta de Steamcito | |
| store.steampowered.com##.actualizacion-steamcito | |
| store.steampowered.com##.tab-videojuegos-argentinos | |
| store.steampowered.com##.heading:has(+.cotizacion-wrapper), .cotizacion-wrapper | |
| store.steampowered.com##.notify-publisher-button | |
| store.steampowered.com##.steamcito_argentina_owned_games |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| @font-face { | |
| font-family: 'Valentine Cute'; | |
| font-style: normal; | |
| font-weight: 400; | |
| src: url('https://fonts.cdnfonts.com/s/50997/ValentineCute-ZVnWq.woff') format('woff'); | |
| } | |
| #container #inner #game-state, | |
| #container #inner #content #overlay-info p, | |
| #container #inner #content #overlay-info > .changelog-section ul, | |
| #container #inner #content #player-table .row, |