Created
November 6, 2012 06:47
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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