Update index on nitter
This commit is contained in:
parent
a852bb9996
commit
d2020da595
1 changed files with 35 additions and 37 deletions
72
index.html
72
index.html
|
@ -77,6 +77,41 @@
|
|||
>Go to Libreddit</a
|
||||
>
|
||||
</div>
|
||||
<div class="service col-sm-4">
|
||||
<h3>Nitter</h3>
|
||||
<p>Use Twitter without Twitter tracking you.
|
||||
</a>
|
||||
</p>
|
||||
<div class="btn-group">
|
||||
<a href="https://nitter.private.coffee" class="btn btn-primary"
|
||||
>Go to Nitter</a
|
||||
>
|
||||
|
||||
<button type="button" class="btn btn-danger 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://nitter.private.coffee"
|
||||
>Clearnet</a
|
||||
>
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="http://nitter.coffee2m3bjsrrqqycx6ghkxrnejl2q6nl7pjw2j4clchjj6uk5zozad.onion/"
|
||||
>Tor (.onion)</a
|
||||
>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="service col-sm-4">
|
||||
<h3>Matrix</h3>
|
||||
<p>
|
||||
|
@ -132,43 +167,6 @@
|
|||
>Go to Indestructables</a
|
||||
>
|
||||
</div>
|
||||
<div class="service col-sm-4">
|
||||
<h3>Nitter (dead)</h3>
|
||||
<p>Use Twitter without Twitter tracking you. Currently not usable,
|
||||
see <a href="https://github.com/zedeus/nitter/issues/919">the
|
||||
upstream issue</a> for more information.
|
||||
</a>
|
||||
</p>
|
||||
<div class="btn-group">
|
||||
<a href="https://nitter.private.coffee" class="btn btn-danger"
|
||||
>Go to Nitter</a
|
||||
>
|
||||
|
||||
<button type="button" class="btn btn-danger 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://nitter.private.coffee"
|
||||
>Clearnet</a
|
||||
>
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="http://nitter.coffee2m3bjsrrqqycx6ghkxrnejl2q6nl7pjw2j4clchjj6uk5zozad.onion/"
|
||||
>Tor (.onion)</a
|
||||
>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="service col-sm-4">
|
||||
<h3>Hosting</h3>
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue