my bookmarklet
/* * @title bookmarklet * @description my bookmarklet * @include http://* * @license MIT License * @require */ var body = document.getElementsByTagName("body")[0]; body.style.backgroundColor = "black";