Add onion hidden service for libreddit
This commit is contained in:
parent
46188499c6
commit
b3079a8a12
1 changed files with 29 additions and 3 deletions
32
index.html
32
index.html
|
@ -73,9 +73,35 @@
|
|||
<div class="service col-sm-4">
|
||||
<h3>Libreddit</h3>
|
||||
<p>Use Reddit without Reddit tracking you.</p>
|
||||
<a href="https://libreddit.private.coffee/" class="btn btn-primary"
|
||||
>Go to Libreddit</a
|
||||
>
|
||||
<div class="btn-group">
|
||||
<a href="https://libreddit.private.coffee" class="btn btn-primary"
|
||||
>Go to Libreddit</a
|
||||
>
|
||||
|
||||
<button type="button" class="btn btn-primary dropdown-toggle dropdown-toggle-split" data-bs-toggle="dropdown" aria-expanded="false">
|
||||
<span class="visually-hidden">Toggle Dropdown</span>
|
||||
</button>
|
||||
<ul
|
||||
class="dropdown-menu"
|
||||
x-placement="bottom-start"
|
||||
style="
|
||||
position: absolute;
|
||||
transform: translate3d(80px, 38px, 0px);
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
will-change: transform;
|
||||
"
|
||||
>
|
||||
<a class="dropdown-item" href="https://libreddit.private.coffee"
|
||||
>Clearnet</a
|
||||
>
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="http://libreddit.coffee2m3bjsrrqqycx6ghkxrnejl2q6nl7pjw2j4clchjj6uk5zozad.onion/"
|
||||
>Tor (.onion)</a
|
||||
>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="service col-sm-4">
|
||||
<h3>Nitter</h3>
|
||||
|
|
Loading…
Reference in a new issue