hahahahaha
// ==UserScript==
// @name hahahaha google drive
// @namespace http://tampermonkey.net/
// @version 6.921
// @description hahahahaha
// @author Your mother
// @match https://drive.google.com/drive/u/0/priority
// @icon https://www.google.com/s2/favicons?domain=google.com
// @grant none
// @license MIT
// ==/UserScript==
(function() {
'use strict';
// Your code here...
var sus = true;
while (sus = true) {
alert("Hahahahaha");
alert("Sussy baka");
alert("You lookin kinda hot");
alert("You just got trolled lmao");
}
}
)();