Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
SteamVR System Report created Thu Apr 23 05:01:22 2020
<Report>
SteamVR Version: 1.11.11 (1587177915)
SteamVR Date: 2020-04-18
Steam: Public
Steam Branch: beta
Steam AppID: 250820
Tracking: lighthouse
@-moz-document domain("www.tumblr.com") {
.l-container,
.l-content,
.post_avatar,
.identity,
.l-container--two-column-dashboard,
.left_column, .right_column,
.l-header-container,
.post_avatar, .post_avatar_link, .post_avatar .blog-avatar-link, .blog-avatar .post_avatar_link, .blog-avatar .blog-avatar-link,
@hjri
hjri / steamAuctioneer.js
Last active December 17, 2015 20:19
Small JS userscript to highlight items on steam market with min price lower than specified. Kinda shitty though.
// ==UserScript==
// @name Steam market highlighter
// @namespace hj
// @description Highlights low prices
// @include http://steamcommunity.com/market/*
// @version 1
// @grant none
// ==/UserScript==
function addJQuery(callback) {