You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
javascript:(function () {var title=prompt('Aeries Student Portal Tab Cloak - Enter title name');var icon=prompt('Enter icon link (or type nearpod, canvas, studysync, docs, or schoology)');var link=document.querySelector("link[rel*='icon']") || document.createElement('link');link.type='image/x-icon';link.rel='shortcut icon';if(icon=='canvas'){icon='https://du11hjcvx0uqb.cloudfront.net/dist/images/favicon-e10d657a73.ico'}if(icon=='docs'){icon='https://ssl.gstatic.com/docs/documents/images/kix-favicon7.ico'}if(icon=='nearpod'){icon='https://cdn.nearpod.com/favicon.ico'}if(icon=='studysync'){icon='https://www.studysync.com/static/favicon.ico'}if(icon=='schoology'){icon='https://cdn5-ss11.sharpschool.com/UserFiles/Servers/Server_141067/Image/sgy logo resized.png'}link.href=icon;document.title=title;document.getElementsByTagName('head')[0].appendChild(link);})();