Skip to content

Instantly share code, notes, and snippets.

@zetix
zetix / steamwhatsnewfix.md
Created September 16, 2024 15:00
Steam What's New Fix

Steam What's New Fix

Provides instructions on how to hide/remove Steam's What's New content on top of Library.

Working as of 2024-09-16:

CSS appears to be randomly generated now so this would most likely break with every update.

File to change: chunk~2dcc5aaf7.css

@zetix
zetix / experian-skip-login-ad.js
Last active September 14, 2022 00:36
Experian Skip Login Ad
// ==UserScript==
// @name Experian Skip Login Ad
// @namespace https://gist.github.com/ZetiX/bc66db1df9d9cc94fe98dd352842f6c1
// @match https://usa.experian.com/member/loginInterstitial
// @grant none
// @version 1.1
// @author ZetiX
// @license GNU GPLv3
// @description Skips membership purchase page when logging in to Experian
// ==/UserScript==