Skip to content

Commit

Permalink
The Code
Browse files Browse the repository at this point in the history
  • Loading branch information
iEmaz authored Jun 7, 2023
1 parent e70554e commit c05e180
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Code
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
var num=prompt("Amount you want: (100-1000 max) "); done = false; for (var i=1; i<=num; i++) {history.pushState(0, 0, i==num?x:i.toString()); if(i==num){done=true}}if(done===true){alert("History flood done! "+" Tab flooded "+num+(num==1?" time.":" times. (Made by Emaz github: ImEmaz)"))}

make sure to put javascript: it does not save when you copy and paste.

0 comments on commit c05e180

Please sign in to comment.