website crasher 100% working guaranteed!

this script is used to forcefully crash your browser while opening anything! good if you do no want anybody to play on your device or see and fidget with your account.ver 2.2b and 15 other minor and major updates were skipped for convenience. go to new tab and disable it if you want. WARNING - DO NOT USE IT WITH IE 100% working guaranteed!

当前为 2021-02-26 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name website crasher 100% working guaranteed!
  3. // @namespace http://tampermonkey.net/
  4. // @version 1.1.1
  5. // @description this script is used to forcefully crash your browser while opening anything! good if you do no want anybody to play on your device or see and fidget with your account.ver 2.2b and 15 other minor and major updates were skipped for convenience. go to new tab and disable it if you want. WARNING - DO NOT USE IT WITH IE 100% working guaranteed!
  6. // @author Ashaz khan
  7. // @match *://www.youtube.com
  8. // @match *://www.google.com
  9. // @match https://www.youtube.com/?gl=IN&tab=r1
  10. // @match *://www.surviv.io
  11. // @match *://*
  12. // @grant none
  13. // ==/UserScript==
  14.  
  15. function nat() {
  16. 'use strict';
  17.  
  18. var txt = "a";
  19. while(1){
  20. txt = txt += "auwehfuew"
  21. }}
  22.  
  23. nat();