Skip to content

Instantly share code, notes, and snippets.

@xPaw
Created October 4, 2022 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xPaw/231cf3802f0be6f9bc885f7cb90af298 to your computer and use it in GitHub Desktop.
Save xPaw/231cf3802f0be6f9bc885f7cb90af298 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Remove animation style from Steam sale pages
// @namespace remove-animation-on-steam-sales
// @match https://store.steampowered.com/sale/*
// @icon https://store.steampowered.com/favicon.ico
// @version 1.0
// @author xPaw
// @grant GM_addStyle
// ==/UserScript==
GM_addStyle( 'body { animation: none !important; }' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment