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
.repitem { | |
display: flex; | |
align-items: center; | |
margin-bottom: 3px; | |
justify-content: space-between; | |
} | |
.sheet-ability-value, .sheet-ability-button { | |
display: inline-block !important; | |
} | |
.sheet-flex-between { |
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 Steam Store - Game Owned Checker | |
// @icon http://store.steampowered.com/favicon.ico | |
// @namespace Royalgamer06 | |
// @author Royalgamer06 | |
// @contributor Black3ird | |
// @contributor Lex | |
// @version 1.5.2.2 | |
// @description Check every web page for game, dlc and package links to the steam store and mark if it's owned, unowned, ignored (not interested), removed/delisted (decommissioned) or wishlisted. | |
// @include /^https?\:\/\/.+/ |