Skip to content

Instantly share code, notes, and snippets.

@vihanb
Created February 25, 2016 03:38
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 vihanb/bc4fd49cc05778baf7f3 to your computer and use it in GitHub Desktop.
Save vihanb/bc4fd49cc05778baf7f3 to your computer and use it in GitHub Desktop.
removed chat beta logo
// ==UserScript==
// @name No more chat beta!
// @namespace asdjhfkljashdflkjahsdlfkahsdlkjahsdlkf
// @version 0.1
// @description Graduates PPCG Chat
// @author Downgoat
// @match *://http://chat.stackexchange.com/*
// @grant none
// ==/UserScript==
document.body.innerHTML = document.body.innerHTML.replace(/(\/codegolf\/img\/logo.png)?v=cf/g, "$1");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment