diff --git a/public/y.html b/public/y.html index fe677810..f7cd2d8a 100644 --- a/public/y.html +++ b/public/y.html @@ -85,8 +85,10 @@
Updated Inspect Element Clone
`);
+

May take awhile to load at first on use.

+
@@ -98,7 +100,7 @@
Drag Me + ") || document.createElement('link'); link.type = 'image/x-icon';link.rel = 'shortcut icon'; link.href = 'https://ssl.gstatic.com/docs/doclist/images/infinite_arrow_favicon_5.ico'; document.title = 'My Drive - Google Drive'; console.log(document.title); document.getElementsByTagName('head')[0].appendChild(link);})();">Drag me
@@ -108,15 +110,15 @@
Alternative Tab Cloak Universal
`);
-

Alternatively, you can use this code to update the disguise every second (same setup)

+

Alternatively, you can use this code to update the disguise every second (same setup)


Drag Me + document.title = 'My Drive - Google Drive'; console.log(document.title); document.getElementsByTagName('head')[0].appendChild(link) }; gcloak();setInterval(gcloak, 1000);">Drag me
-

The 2 scripts given use a Google Drive disguise as an example, but they can be customized:

- To change the favicon, replace the link in line 4 with your own image link

- To change the title, replace the text - in the ''s on line 5 with your own title

- To change the timing, replace the number in line 9 with your own timing (in milliseconds) ge link.href to change the favicon/logo.

+

The two scripts above use a Google Drive tab disguise as an example, but they can be customized:

- To change the favicon, replace the link in line 4 with your own image link

- To change the title, replace + the text in the ''s on line 5 with your own title

- To change the timing, replace the number in line 9 with your own timing (in milliseconds) ge link.href to change the favicon/logo.