Bookmarklets to cloak your tab to look like almost anything
This is an updated version of my previous repository for tab cloaking.
Here are the instructions
- the javascript:
javascript:(function() {var l = document.querySelector("link[rel*='icon']") || document.createElement('link');l.type = 'image/x-icon';l.rel = 'shortcut icon';l.href = '(insert url here)';document.getElementsByTagName('head')[0].appendChild(l);document.title = '(insert name here)';})();
- get the image url Images(i will take requests to add more tab icons*) drag these into a new tab and get the url
link to other images:
https://pesd.getalma.com/favicon.ico
https://www.google.com/favicon.ico
https://www.youtube.com/favicon.ico
https://mail.google.com/favicon.ico
https://drive.google.com/favicon.ico
https://carnegielearning.com/favicon.ico
https://or-pesd.edupoint.com/favicon.ico
- name your tab in the insert name section(or for you more experienced people, the document.title section :) )
Example:
javascript:(function() {var l = document.querySelector("link[rel*='icon']") || document.createElement('link'); l.type = 'image/x-icon';l.rel = 'shortcut icon';l.href = 'https://www.google.com/favicon.ico'; document.getElementsByTagName('head')[0].appendChild(l); document.title = 'Google';})();
- Copy your finished javascript into your bookmarks bar and enjoy your tab cloaking Bookmarklet!
*My email is [email protected]