Skip to content

Instantly share code, notes, and snippets.

@Izaron
Created May 26, 2016 10:36
Show Gist options
  • Save Izaron/3440f9d5f6cb065ceccb41ab1b445b5e to your computer and use it in GitHub Desktop.
Save Izaron/3440f9d5f6cb065ceccb41ab1b445b5e to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name AntiMaximan
// @namespace http://codeforces.com/blog/entry/*
// @include http://codeforces.com/blog/entry/*
// @version 1
// @grant none
// ==/UserScript==
$(".avatar:contains('MAXIMAN')").parent().parent().hide();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment