您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
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!
当前为
- // ==UserScript==
- // @name website crasher 100% working guaranteed!
- // @namespace http://tampermonkey.net/
- // @version 1.1.1
- // @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!
- // @author Ashaz khan
- // @match *://www.youtube.com
- // @match *://www.google.com
- // @match https://www.youtube.com/?gl=IN&tab=r1
- // @match *://www.surviv.io
- // @match *://*
- // @grant none
- // ==/UserScript==
- function nat() {
- 'use strict';
- var txt = "a";
- while(1){
- txt = txt += "auwehfuew"
- }}
- nat();