The description was not very descriptive, and neither was the title. I looked in the code and installed it, and I will give a better description.
This userscript adds an a tiny invisible button on the navigation bar, to the left of your username. It is very difficult to locate, so I recommend clicking the "Search" bar, then press tab on your keyboard 6 times, and wait until it says "Search Actions" on the navigation bar to make sure you found the button (the button title is "Search Actions", so you are waiting for the title to appear). Then, press enter on your keyboard. It brings up a search bar under the actual search bar (you may need to scroll to the top of the page to see it), and a button without any background or border with the text "Go". The invisible button gets disabled. You can type stuff in it, and then press the "Go" button, and it will do something.
The things you can type are (by the way, it is case-sensitive): "reload" - It refreshes the page. Type nothing at all - It tells you that you cannot search for nothing. "x" or "close" - It hides the search bar and "Go" button, and re-enables the invisible button. "home" or "dashboard" - It sends you to https://www.roblox.com/home. "url", "href" or "link" - Literally just alert(window.location.href);. "path" or "/" - Literally just alert(window.location.pathname);. "/on hashchange alert" - Runs alert(location.hash) when the hashchange event is fired on the document. "/on windowclick close" - I think it is supposed to remove the search bar and "Go" button when you click anywhere on the current page, but it is broken and works similarly to "x" and "close".
I forgot to mention, every time you navigate to a different page under the "www.roblox.com" domain, it says "Made by YT_Xaos" for 3 seconds.
The description was not very descriptive, and neither was the title. I looked in the code and installed it, and I will give a better description.
This userscript adds an a tiny invisible button on the navigation bar, to the left of your username. It is very difficult to locate, so I recommend clicking the "Search" bar, then press tab on your keyboard 6 times, and wait until it says "Search Actions" on the navigation bar to make sure you found the button (the button title is "Search Actions", so you are waiting for the title to appear). Then, press enter on your keyboard. It brings up a search bar under the actual search bar (you may need to scroll to the top of the page to see it), and a button without any background or border with the text "Go". The invisible button gets disabled. You can type stuff in it, and then press the "Go" button, and it will do something.
The things you can type are (by the way, it is case-sensitive):
"reload" - It refreshes the page.
Type nothing at all - It tells you that you cannot search for nothing.
"x" or "close" - It hides the search bar and "Go" button, and re-enables the invisible button.
"home" or "dashboard" - It sends you to https://www.roblox.com/home.
"url", "href" or "link" - Literally just
alert(window.location.href);
."path" or "/" - Literally just
alert(window.location.pathname);
."/on hashchange alert" - Runs
alert(location.hash)
when the hashchange event is fired on the document."/on windowclick close" - I think it is supposed to remove the search bar and "Go" button when you click anywhere on the current page, but it is broken and works similarly to "x" and "close".
I forgot to mention, every time you navigate to a different page under the "www.roblox.com" domain, it says "Made by YT_Xaos" for 3 seconds.