User:Rod McGuire/dataschemetest.u.js: Difference between revisions

From GreaseSpot Wiki
Jump to navigationJump to search
(defined with '.u.' in extension not '.user.' so Greasemonkey doesn't try to install this wiki page)
 
(No difference)

Latest revision as of 17:35, 2 February 2010

// ==UserScript==
// @name           dataSchemeTest
// @namespace      greasespot
// @include        data:text/html;MyScript*
// ==/UserScript==

document.body.appendChild(document.createTextNode('Data URI has been greased'));

// for example use see http://wiki.greasespot.net/Scriptable_content

// in the wiki, link to the raw js here with ({{RawWikiUserscript|User:Rod_McGuire/dataschemetest.u.js|dataschemetest}})