Hello Bug

让你的网页充满更多恶搞!(蛤蛤(?))

Verze ze dne 12. 12. 2022. Zobrazit nejnovější verzi.

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

// ==UserScript==
// @name        Hello Bug
// @namespace   Violentmonkey Scripts
// @match       *://*/*
// @grant       none
// @version     1.0
// @author      L.W.Kevin0wvf
// @description 让你的网页充满更多恶搞!(蛤蛤(?))
// @license MIT
// ==/UserScript==
console.log("Hello Bug");
var q = new String("Hello Bug!");
alert(q);
async function runBug()
{
  var i = 0;
  try
  {
    do{
      i > q.length - 1 ? i = 0 : null;
      alert(q[i]+" - bug");
      i++;
    }while(true);
  }
  catch(e)
  {
    console.error(e+e.stack)
    console.error("Hello Bug!");
  }
  return true;
}
alert("Trick or treat!");
runBug();