Skip to content

Instantly share code, notes, and snippets.

@co3k
Created November 6, 2012 06:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save co3k/4023098 to your computer and use it in GitHub Desktop.
Save co3k/4023098 to your computer and use it in GitHub Desktop.
User script to replace the logo of symfony.com to legacy one when you browse symfony 1 docs page
// ==UserScript==
// @name sf-logo legacy
// @namespace co3k.org
// @include http://symfony.com/legacy*
// @version 1
// ==/UserScript==
unsafeWindow.jQuery("#content_wrapper .header .illustration_logo_header a img.png_fix").attr("src", "/logos/symfony1.gif");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment