forked from shirk3y/selectorgadget-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (27 loc) · 1.73 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
<html>
<head>
<title>SelectorGadget plus</title>
<link rel="stylesheet" href="http://getbootstrap.com/2.3.2/assets/css/bootstrap.css">
<link rel="stylesheet" href="http://getbootstrap.com/2.3.2/assets/css/docs.css">
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="jumbotron masthead">
<div class="container">
<h1>SelectorGadget Plus</h1>
<p>A tool for manage website extraction configs</p>
<p>
<a class="btn btn-large btn-primary" href="javascript:(function(){window.selectorGadgetPlusOptions={baseUrl: 'https://selectorgadget-plus.appspot.com/'}; var s=document.createElement('div');s.innerHTML='Loading...';s.style.color='black';s.style.padding='20px';s.style.position='fixed';s.style.zIndex='9999';s.style.fontSize='3.0em';s.style.border='2px solid black';s.style.right='40px';s.style.top='40px';s.setAttribute('class','selector_gadget_loading');s.style.background='white';document.body.appendChild(s);s=document.createElement('script');s.setAttribute('type','text/javascript');s.setAttribute('src', window.selectorGadgetPlusOptions.baseUrl + 'loader.js');document.body.appendChild(s);})();">SelectorGadget Plus</a>
</p>
<p>
<h5>This is bookmarklet (drag and drop to the bookmarks bar)</h5>
</p>
<p>
<a class="btn btn-success" href="https://github.com/shirk3y/selectorgadget-plus">GitHub project</a>
</p>
<p><h6>This software is based on excellent <a href="http://selectorgadget.com/">SelectorGadget</a></h6>
</p>
</div>
</div>
</body>
</html>