mirror of
https://github.com/wassname/keywordshitter2.git
synced 2026-06-27 16:10:23 +08:00
158 lines
7.1 KiB
HTML
158 lines
7.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<title>Keyword Shitter2 - The Bulk Keyword Tool</title>
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
|
|
|
|
<link rel="stylesheet" href="css/style.css">
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<a href="http://wassname.github.io/keywordshitter2/"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"></a>
|
|
|
|
<meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
|
|
|
|
|
|
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-sm-12">
|
|
|
|
<img class="center-block responsive img img-responsive img-rounded" style="max-height: 8em" src="img/bl.png">
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-sm-12">
|
|
<div id="numofkeywords"></div>
|
|
<div class="form-group">
|
|
<label for="input" ><h3>Input:</h3></label>
|
|
<textarea id="input" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" rows="8" title="queue" class="form-control" placeholder="I accidentally
|
|
on purpose">I accidentally
|
|
on purpose
|
|
dismantled my
|
|
lying internet</textarea>
|
|
</div>
|
|
<a class="btn btn-primary" id="startjob" onclick="StartJob();" type="button" value="Shit Keywords!">Shit Keywords!</a>
|
|
|
|
|
|
<button class="btn btn-default" type="button" data-toggle="collapse" data-target="#advanced" aria-expanded="false" aria-controls="advanced">
|
|
Advanced
|
|
</button>
|
|
|
|
<button class="btn btn-default" type="button" data-toggle="collapse" data-target="#about" aria-expanded="false" aria-controls="about">
|
|
About
|
|
</button>
|
|
<a class="btn btn-default" id="reset" onclick="reset();" type="button" value="CleResetar">Reset</a>
|
|
<!-- </div> -->
|
|
|
|
<!-- <div class="col-sm-2"> -->
|
|
<form id="advanced" class="collapse">
|
|
|
|
|
|
<div class="form-group">
|
|
<label for="sel1">Service:</label>
|
|
<select class="form-control" name="service" id="service" disabled>
|
|
<option>google</option>
|
|
<option>twitter</option>
|
|
<option>yahoo</option>
|
|
<option>bing</option>
|
|
<option>ebay</option>
|
|
<option>amazon</option>
|
|
<option>google images</option>
|
|
<option>google books</option>
|
|
<option>google news</option>
|
|
<option>google shopping</option>
|
|
</select>
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
<label for="rate-limit">Prefixes</label>
|
|
<textarea type="text" title="These values are added before words to prompt the search suggestions" class="form-control" name="prefixes" id="prefixes" >a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,y,x,y,z,how,which,why,where,who,when,are,what</textarea>
|
|
</div>
|
|
<div class="form-group">
|
|
<label for="rate-limit">Suffixes:</label>
|
|
<textarea type="text" rows="2" title="These values are added after words to prompt the search suggestions" class="form-control" id="suffixes">like,for,without,with,verses,to,near,except,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,y,x,y,z</textarea>
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
<label for="filter-positive" >Positive filter:</label>
|
|
<textarea disabled id="filter-positive" name="filter-positive" class="form-control" rows="3" onkeyup="FilterIfNotWorking()"
|
|
placeholder="Positive Filter"></textarea>
|
|
</div>
|
|
<div class="form-group">
|
|
<label for="filter-negative">Negative filter:</label>
|
|
<textarea disabled id="filter-negative" name="filter-negative" class="form-control" rows="3" onkeyup="FilterIfNotWorking()" placeholder="Negative Filter"></textarea>
|
|
</div>
|
|
<div class="form-group">
|
|
<label for="rate-limit">Rate limit (for experts):</label>
|
|
<input type="text" title="Value between searches in milliseconds" class="form-control" id="rate-limit" value="750" name="rate-limit" title="Only change if you know what you are doing. This could get your ip banned, or place a burden on the suggest servers." disabled>
|
|
</div>
|
|
|
|
</form>
|
|
|
|
<div id="about" class="collapse">
|
|
<p>Keyword shitter 2 is inspired by the amazing Keyword shitter 1!</p>
|
|
|
|
<p>New features include: multiple services, sorting results, configurable keywords stemming, IndexDB storage, and some options.</p>
|
|
|
|
<p>But you will be glad to know we kept the same old shit name.</p>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
<div class="row">
|
|
<div class="col-sm-12">
|
|
<hr>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="col-sm-12">
|
|
<h2>Results</h2>
|
|
<!-- <div class="table-responsive"> -->
|
|
<table id="outtable" class=" table table-condensed compact dt-responsive" cellspacing="0" width="100%">
|
|
<thead>
|
|
<tr>
|
|
<th>id</th>
|
|
<th>Keyword</th>
|
|
<th title="Keyword length">Length</th>
|
|
<th title="Searches per month">Volume</th>
|
|
<th title="Cost per click ($US)">CPC</th>
|
|
<th title="Search">Search</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
|
|
</tbody>
|
|
</table>
|
|
<!-- </div> -->
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/datatables/1.10.10/js/jquery.js" crossorigin="anonymous"></script>
|
|
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
|
|
|
|
|
|
<script type="text/javascript" src="//cdn.datatables.net/s/bs/jszip-2.5.0,dt-1.10.10,b-1.1.0,b-colvis-1.1.0,b-html5-1.1.0,b-print-1.1.0,cr-1.3.0,fh-3.1.0,kt-2.1.0,r-2.0.0,se-1.1.0/datatables.min.js" crossorigin="anonymous"></script>
|
|
|
|
<script type="text/javascript" src="js/main.js"></script>
|
|
|
|
|
|
|
|
<a href="http://wassname.github.io/keywordshitter2/">Fork me on github</a>
|
|
</body>
|
|
|
|
</html>
|