Skip to content

Instantly share code, notes, and snippets.

@cpsubrian
Last active October 12, 2019 00:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cpsubrian/90fffb1a826143a59364a449b4c586a6 to your computer and use it in GitHub Desktop.
Save cpsubrian/90fffb1a826143a59364a449b4c586a6 to your computer and use it in GitHub Desktop.
Test Bookmarklet -- Pinkify
javascript:(function(){var src="https://gist.githack.com/cpsubrian/90fffb1a826143a59364a449b4c586a6/raw/3a0bf7f8b97ba31d7836843fd24dd66ef4c31707/pinkify.js";document.body.appendChild(document.createElement('script')).setAttribute('src', src);})();
javascript:(function(){var src="https://gist.githubusercontent.com/cpsubrian/90fffb1a826143a59364a449b4c586a6/raw/3a0bf7f8b97ba31d7836843fd24dd66ef4c31707/pinkify.js";fetch(src).then(alert);})();
document.body.style.background = 'pink';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment