-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathbookmarklets.html
54 lines (54 loc) · 3.31 KB
/
bookmarklets.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<meta charset="UTF-8">
<html class="full-height" lang="en-US">
<title>Titanium Network</title>
<link rel="icon" href="img/logo.png">
<body id="top">
<header>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/mdb.min.css" rel="stylesheet">
<link href="css/primary.css" rel="stylesheet">
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/mdb.min.js"></script>
<!-- Navbar-->
<nav class="navbar white-text navbar-expand-lg navbar-dark fixed-top" id="navbar">
<div class="container"><a class="navbar-brand" href="index.html"><strong>TitaniumPhoenix</strong></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarContent" aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link waves-effect waves-light" href="games.html">Games</a></li>
<li class="nav-item"><a class="nav-link waves-effect waves-light" href="selection2.html">Watch Movies/TV</a></li>
<li class="nav-item"><a class="nav-link waves-effect waves-light" href="contributors.html">Staff & Contributors</a></li></ul>
<a class="btn btn-primary btn-rounded my-0 waves-effect waves-light" href="https://github.com/titaniumnetwork-dev" target="_blank">Check us out on Github!</a>
</div>
</div>
</nav>
<!-- Intro Section-->
<section class="view hm-gradient intro" id="intro">
<div class="full-bg-img d-flex align-items-center">
<div class="container">
<div class="row">
<div class="wow fadeInLeft white-text" style="visibility: visible; animation-name: fadeInLeft;">
<h2 class="h2-responsive font-bold mt-sm-2">Titanium Network</h2>
<h3 class="h3-responsive font-bold mt-sm-3">Bookmarklets</h3>
<div class="h6">These bookmarklets are little scripts you put in your bookmarks bar to do cool stuff!</div>
<div class="h6">Setup of these bookmarklets is simple and it can get past tools like Hapara Highlights!</div>
<div class="h6">Select a Bookmarklet below to view its code!</div></div>
<div class="wow fadeInLeft" style="visibility: visible; animation-name: fadeInLeft;">
<a class="btn btn-outline-white waves-effect waves-light" href="public-txt/gdrive.txt">Disguise any tab as Google Drive</a>
<a class="btn btn-outline-white waves-effect waves-light" href="public-txt/inspect.txt">Unblock Inspect Element</a>
<a class="btn btn-outline-white waves-effect waves-light" href="public-txt/portaprox.txt">Portaproxy</a>
</div>
</div>
</div>
</div>
</section>
</header>
<script>new WOW().init();</script>
<script src="js/crate.js" async defer>
new Crate({
server: '419123358698045453',
channel: '478975047521009667',
shard: 'https://cl3.widgetbot.io'
})</script>