Advertisement
jdotfite

Untitled

Dec 2nd, 2021
1,318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. javascript:(function(){var a=document.createElement('style'),b;document.head.appendChild(a);b=a.sheet;b.insertRule('.container{counter-reset: my-counter;}',0);})()
  2.  
  3. javascript:(function(){var a=document.createElement('style'),b;document.head.appendChild(a);b=a.sheet;b.insertRule('button::before{counter-increment: my-counter;content: counters(my-counter, ".") ". ";}',0);})()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement