Skip to content

Thydekar/Tab-Cloaking-Bookmarklets-Reupload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 

Repository files navigation

Tab-Cloaking-Bookmarklets

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

  1. 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)';})();

  1. get the image url Images(i will take requests to add more tab icons*) drag these into a new tab and get the url

rizz

Screenshot 2023-05-05 12 42 22 PM

Screenshot 2023-05-05 12 50 02 PM

Screenshot 2023-05-05 1 07 40 PM

Screenshot 2023-05-05 2 08 40 PM

Screenshot 2023-05-05 4 05 39 PM

Screenshot 2023-05-22 12 36 46 PM

Screenshot 2023-05-05 12 45 50 PM

Screenshot_2023-05-15_2 50 37_PM-removebg-preview

image

Screenshot_2023-09-20_12 35 46_PM-removebg-preview

Screenshot_2023-09-05_9 55 45_AM-removebg-preview

e

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

  1. 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';})();

  1. Copy your finished javascript into your bookmarks bar and enjoy your tab cloaking Bookmarklet!

*My email is thaidakar21@gmail.com

About

Bookmarklets to cloak your tab to look like almost anything

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published