This commit is contained in:
TheEmeraldStarr 2020-09-17 14:30:40 -07:00
parent bfe4152717
commit e775e13b43
2 changed files with 22 additions and 38 deletions

View file

@ -6,19 +6,6 @@ function randInt(min, max) {
return Math.floor(Math.random() * (max - min + 1)) + min;
}
var titles = [
"‏‎",
"Classes",
"My Drive - Google Drive",
"Google",
"Home | Schoology",
"My Meetings - Zoom"
]
var icons = [
]
var psel, prss;
window.addEventListener('DOMContentLoaded', function() {