Compare commits
6 Commits
v0.35.4
...
28fd37e74b
Author | SHA1 | Date | |
---|---|---|---|
28fd37e74b | |||
e13ad30fdf | |||
b3f0449d4d | |||
2286ef5a1f | |||
0791f6af41 | |||
76bf796572 |
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1357,7 +1357,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "redsunlib"
|
name = "redsunlib"
|
||||||
version = "0.35.3"
|
version = "0.35.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arc-swap",
|
"arc-swap",
|
||||||
"async-recursion",
|
"async-recursion",
|
||||||
|
16
README.md
16
README.md
@ -1,7 +1,7 @@
|
|||||||
<img align="left" width="128" height="128" src="https://git.stardust.wtf/attachments/842086e3-b718-4379-b718-c3a542842152" alt="logo">
|
<img align="left" width="128" height="128" src="https://git.stardust.wtf/attachments/842086e3-b718-4379-b718-c3a542842152" alt="logo">
|
||||||
|
|
||||||
# Redsunlib
|
# Redsunlib
|
||||||
> An alternative private front-end to Reddit, a fork of [Redlib](https://github.com/redlib-org/redlib) with some <sup><sub>(minor)</sub></sup> function and cosmetic changes.
|
> An alternative private front-end to Reddit, a fork of [Redlib](https://github.com/redlib-org/redlib) with some <sup><sub>(minor)</sub></sup> function and cosmetic changes. [(See.)](#additional-features)
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
@ -27,6 +27,7 @@ There are rapid changes/features in this fork that can<sup>(will)</sup> change w
|
|||||||
- [Teddit](#teddit)
|
- [Teddit](#teddit)
|
||||||
- [Libreddit](#libreddit)
|
- [Libreddit](#libreddit)
|
||||||
5. [Comparison](#comparison)
|
5. [Comparison](#comparison)
|
||||||
|
- [Additional features](#additional-features)
|
||||||
- [Speed](#speed)
|
- [Speed](#speed)
|
||||||
- [Privacy](#privacy)
|
- [Privacy](#privacy)
|
||||||
- [Reddit](#reddit)
|
- [Reddit](#reddit)
|
||||||
@ -98,6 +99,19 @@ Several technical improvements have also been made, including:
|
|||||||
|
|
||||||
# Comparison
|
# Comparison
|
||||||
|
|
||||||
|
## Additional features
|
||||||
|
|
||||||
|
|Quick Access Feeds<br>*<sup>(Beta)</sup>*|<br>*Toolbar*<br><br>*Dropdown*
|
||||||
|
|:-:|---|
|
||||||
|
|**Video Downloads**<br>*using FFmpeg.wasm*|<img align="left" width="400" src="https://git.stardust.wtf/attachments/2d5356dc-ce99-4e5e-bb64-b6e7cc343862" alt="Video Downloads">
|
||||||
|
|**Mascot Overlays**<br>*A friendly companion while you browse*|<img align="left" width="400" src="https://git.stardust.wtf/attachments/d8e1507d-8fde-4bf1-9150-6ec08b843f85" alt="Mascot Overlays (Image of boymoder)">
|
||||||
|
|**Extra Themes**<br>*Well... One.*|***Catppuccin*** <img width="400" src="https://git.stardust.wtf/attachments/ccf81f52-e653-4722-94b9-b370c58d6359" alt="Catppuccin">
|
||||||
|
|**Extra Layouts**|<br>***Waterfall*** <img width="400" src="https://git.stardust.wtf/attachments/b4f9e41e-27a9-4bd0-bb1e-f7aa025ffd38" alt="Waterfall"><br>***Old <sup>(Beta)</sup>*** <img width="400" src="https://git.stardust.wtf/attachments/fa4d78b9-17dd-4b64-90c9-510a75b3bc8e" alt="Old">
|
||||||
|
|**Tweaked Interface Elements**|<img width="200" src="https://git.stardust.wtf/attachments/1148dd14-63cf-481e-99f0-a2236f9414cd"><img width="200" src="https://git.stardust.wtf/attachments/c2055e09-fa96-46c6-9724-41a0bad28bc6"><br><br><img width="200" src="https://git.stardust.wtf/attachments/e99365d5-64d2-458e-a572-90ef030a0cfa"><img width="200" src="https://git.stardust.wtf/attachments/9248dfaa-28c2-443b-98f9-ed736f663701">
|
||||||
|
|**QoL**<br>*Quality of life*| Option to skip gated/quarantined <br> Option to disable Banners to save bandwidth <br> Display more information <br> Mute Users [?](## "Automaticly collapse content (A Weaker filter)") |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
This section outlines how Redlib compares to Reddit in terms of speed and privacy.
|
This section outlines how Redlib compares to Reddit in terms of speed and privacy.
|
||||||
|
|
||||||
## Speed
|
## Speed
|
||||||
|
@ -73,12 +73,6 @@
|
|||||||
</fieldset>
|
</fieldset>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Content</legend>
|
<legend>Content</legend>
|
||||||
<div class="prefs-group">
|
|
||||||
<label for="video_quality">Video quality:</label>
|
|
||||||
<select name="video_quality" id="video_quality">
|
|
||||||
{% call utils::options(prefs.video_quality, ["best", "medium", "worst"], "best") %}
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
<div class="prefs-group">
|
<div class="prefs-group">
|
||||||
<label for="post_sort" title="Applies only to subreddit feeds">Default subreddit post sort:</label>
|
<label for="post_sort" title="Applies only to subreddit feeds">Default subreddit post sort:</label>
|
||||||
<select name="post_sort">
|
<select name="post_sort">
|
||||||
@ -121,6 +115,12 @@
|
|||||||
</fieldset>
|
</fieldset>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Media</legend>
|
<legend>Media</legend>
|
||||||
|
<div class="prefs-group">
|
||||||
|
<label for="video_quality">Video quality:</label>
|
||||||
|
<select name="video_quality" id="video_quality">
|
||||||
|
{% call utils::options(prefs.video_quality, ["best", "medium", "worst"], "best") %}
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
<div class="prefs-group">
|
<div class="prefs-group">
|
||||||
<label for="autoplay_videos">Autoplay videos</label>
|
<label for="autoplay_videos">Autoplay videos</label>
|
||||||
<input type="hidden" value="off" name="autoplay_videos">
|
<input type="hidden" value="off" name="autoplay_videos">
|
||||||
|
Reference in New Issue
Block a user