If your name is jim and you want to troll yourself whenever you type www.google.com in the serch bar it will display some text to try to troll yourself when the page loads
当前为
// ==UserScript==
// @name Troll yourself if your name is jim
// @version 1.1
// @description If your name is jim and you want to troll yourself whenever you type www.google.com in the serch bar it will display some text to try to troll yourself when the page loads
// @author Theawsomeyellowcatinthehat
// @match https://www.google.com
// @match http://www.google.com
// @run-at document-start
// @grant GM_xmlhttpRequest
// @namespace https://www.google.com
// ==/UserScript==
alert("red alert this is a message from the usa army jk lol just trying to see if this sript will finally work");
var firstName = "jim";
firstName;
alert(firstName + " Sucks");
alert("haha why are you bullying yourself");
alert(firstName + " get some help if you are bullying yourself");
alert(firstName + " Why did you download a script to bully yourself");
alert("I have tested this script out and it works so YaY!");
alert("Well YaY! not for you. You are my first test subjects");
alert("did you read through those?");
alert("Your nickname is jimbob")
var nickName = "jimbob";
nickName;
alert(nickName + " So how does it feel to bully yourself");
alert("Your father's new name is bimbob");
var fatherName = "bimbob"
fatherName;
alert("say hi to bimbob for me");
alert(fatherName + " ByeBye");
alert(" your mother's new name is susieq");
var motherName = "susieq";
motherName;
alert(motherName + " sucks hahahaha");
alert("this is the end of version 1.0");