Skip to content

Instantly share code, notes, and snippets.

@ucnv
Created March 4, 2010 13:11
Show Gist options
  • Save ucnv/321686 to your computer and use it in GitHub Desktop.
Save ucnv/321686 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Aspie's web
// @namespace http://aspietribe.com/
// @include http://userscripts.org/*
// ==/UserScript==
var s = unsafeWindow.jQuery('#footer-content .disclaim')[0];
s.innerHTML = s.innerHTML.replace(/your/, "aspie's");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment