Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
lcandy2 committed May 10, 2022
1 parent f1ce561 commit d884699
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 14 deletions.
28 changes: 14 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!doctype html>
<html>
<html lang="en">

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title id="helpTitle">'Select like a Boss' Help page</title>
<title>Select like a Boss</title>
<link href="help.css" rel="stylesheet" type="text/css">
<script src="content.js"></script>
</head>
Expand All @@ -14,13 +14,13 @@
<section class="center first">
<img src="icons/icon128.png" height="128" width="128" alt="">
<br>
<p id="helpHeading" class="title" >Select <span id="helpHeadingSpan">like a Boss</span></p>
<div class="center subtitle"><br>Select link's text just like a regular text (like in Opera'12 browser) - Select like a Boss ;)</div>
<p class="title" >Select <span>like a Boss</span></p>
<h1 class="center subtitle">Select link's text just like a regular text (like in Opera'12 browser) - Select like a Boss ;)</div>
</section>
<section class="shadow">
<h1 id="helpThanks">Get Select like a boss</h1>
<h1>Get Select like a boss</h1>
<a href="https://chrome.google.com/webstore/detail/mbnnmpmcijodolgeejegcijdamonganh" target="_blank"><img
src="https://storage.googleapis.com/web-dev-uploads/image/WlD8wC6g8khYWPJUsQceQkhXSlv1/HRs9MPufa1J1h5glNhut.png" style='height: 58px;' alt="Avaliable in the Chrome Web Store" /></a>
src="https://storage.googleapis.com/web-dev-uploads/image/WlD8wC6g8khYWPJUsQceQkhXSlv1/HRs9MPufa1J1h5glNhut.png" style='height: 60px;' alt="Avaliable in the Chrome Web Store" /></a>
<a href="https://microsoftedge.microsoft.com/addons/detail/gapbnbmenclgbgngpidomkamcmgmpopm"
target="_blank"><img
src='https://developer.microsoft.com/en-us/microsoft-store/badges/images/English_get-it-from-MS.png'
Expand All @@ -32,30 +32,30 @@ <h1 id="helpThanks">Get Select like a boss</h1>

<table>
<tr>
<td><b id="helpSelect">select</b></td>
<td><b>select</b></td>
<td></td>
<td id="helpSelectContent">like a regular text</td>
<td>like a regular text</td>
</tr>
<tr>
<td><b id="helpDrag">drag</b></td>
<td><b>drag</b></td>
<td></td>
<td id="helpDragContent">up or down</td>
<td>up or down</td>
</tr>
</table>
<!--<ul>
<li>when you want to <b>select</b> ↔ just select it like a regular text;</li>
<li>when you want to <b>drag</b> ↕ drag it up or down.</li>
</ul>-->
<p class="center"><a href="#" id="helpTry">You can try with this without install.</a></p>
<p class="center"><a href="#">You can try with this without install.</a></p>
<br>
<p class="center"><br><a href="https://github.com/lcandy2/Select-like-a-Boss" target="_blank" class="btn">View on GitHub</a> <a href="https://www.youtube.com/watch?v=yuIxgUed_UA" target="_blank" class="btn" id="helpDemoVideo">Demo Video</a></p>
<p class="center"><br><a href="https://github.com/lcandy2/Select-like-a-Boss" class="btn">View on GitHub</a> <a href="https://www.youtube.com/watch?v=yuIxgUed_UA" target="_blank" rel="noopener" class="btn">Demo Video</a></p>
<br>
<p class="size10"><i id="helpNotice">Notice: some links can be unselectable</i></p>
<p class="size10"><i>Based on a extension made by Dzianis Rusak</i></p>
</section>

<section>
<p class="author"><a href="https://github.com/lcandy2">seril🍋(lcandy2)</a></p>
<p class="author">Based on a extension by Dzianis Rusak | <a href="./LICENSE">LICENSE</a></p>
<p class="author"><a href="./LICENSE">LICENSE</a> | <a href="./privacy.html">Privacy</a></p>
</section>

</body>
Expand Down
29 changes: 29 additions & 0 deletions privacy.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!doctype html>
<html lang="en">

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Select like a Boss Privacy Policy</title>
<link href="help.css" rel="stylesheet" type="text/css">
</head>

<body>

<section class="center first">
<img src="icons/icon128.png" height="128" width="128" alt="">
<br>
<p class="title" >Select <span>like a Boss</span></p>
<h1 class="center subtitle">Privacy Policy</div>
</section>
<section class="shadow">
<p>Select like a Boss runs offline and does not collect any information, feel free to use;)</p>
<br>
<p class="center"><br><a href="index.html" class="btn">Understand</a></p>
</section>
<section>
<p class="author"><a href="https://github.com/lcandy2">seril🍋(lcandy2)</a></p>
</section>
</body>

</html>

0 comments on commit d884699

Please sign in to comment.