Skip to content

Instantly share code, notes, and snippets.

@erikvold
Created May 1, 2010 13:19
Show Gist options
  • Save erikvold/386322 to your computer and use it in GitHub Desktop.
Save erikvold/386322 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name GM Style Return Test
// @namespace gmStyleRtnTest
// @include *
// @version 0.1
// @author Erik Vergobbi Vold
// @license GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html
// ==/UserScript==
var style = GM_addStyle("body{background-color:#F2F2F2}");
alert(style.parentNode.tagName);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment