Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. javascript: (function () {
  2. document.body.innerHTML += `<style>* {
  3. background:% 20#000 % 20!important;
  4. color:% 20#0f0 % 20!important;
  5. outline:% 20solid % 20#f00 % 201px % 20!important;
  6. } </style > `;
  7. })();
  8.  
  9. bookmarklet = 'javascript:'
  10. + encodeURIComponent('(function () {' + code + '}())')
  11. + ';';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement