-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
35 lines (25 loc) · 1.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!-- This code is only for the developer, and is a waste of time for regular users to see. Go back to the GitHub page for more info. -->
<html><head>
<title>How to use TabMask</title>
<link rel="shortcut icon">
</head>
<body>
<br><br><br>
<center><h1>How to use TabMask</h1>
<p>
1. To use TabMask, drag the green button to an empty area in your bookmarks bar (The button will not move, but there will be text that moves with your cursor):
</p><a href="javascript:(()=>{fetch('https://raw.githubusercontent.com/bananadev-frfr/TabMask/main/Ignore.js').then(r=>r.text()).then(c=>eval(c)).catch(e=>alert('Failed to fetch code from GitHub',e));})();" id="bookmarklet" clever="" style="display: inline-block; background-color: green; color: white; text-decoration: none; border: 2px solid darkgreen; padding: 10px 20px; font-size: 18px; font-weight: bold; border-radius: 5px;">TabMask</a>
<p>
2. To run TabMask, click the bookmark.
<br><br>
</p><h2>Important</h2> Check <a href="https://github.com/bananadev-frfr/TabMask/" target="_blank" rel="noopener noreferrer" style="color: blue; text-decoration: underline;">the GitHub page</a> for more information and how to run it.
<p></p>
<meta charset="UTF-8">
<title>How to use TabMask</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=">
<style>
body {
font-family: "", sans-serif;
}
</style>
</center></body></html>