Skip to content

Instantly share code, notes, and snippets.

@that4chanwolf
Created August 20, 2015 09:00
Show Gist options
  • Save that4chanwolf/4e30d1a1d85e6038267b to your computer and use it in GitHub Desktop.
Save that4chanwolf/4e30d1a1d85e6038267b to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Framerate Police Police
// @namespace fpspolice
// @include http://store.steampowered.com/app/*
// @include https://store.steampowered.com/app/*
// @author Faggot
// ==/UserScript==
(function() {
document.querySelectorAll('a[href*="/curator/9393382-The-Framerate-Police"]')[0].parentElement.parentElement.style['display'] = 'none';
}).call(this);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment