You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-16Lines changed: 19 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,9 @@ I welcome any help if you would like to improve or contribute new language trans
34
34
## Block
35
35
|Feature|Description|Reddit Version Support|
36
36
|---|---|:---:|
37
-
|Hide Post with Blocked Keywords|Hide all posts that contain a specified keyword(s).|3<br>1|
37
+
|Hide Post with Blocked Keywords|Hide all posts that contain a certain keyword(s).|3<br>1|
38
+
|Hide Post by Blocked Users|Hide all posts that are created by a certain user(s).|3<br>1|
39
+
|Hide "Link" posts by keywords in the URL|Hide all posts that contain a URL containing certain keyword(s).|3<br>1|
38
40
39
41
## Resize Feed and Posts
40
42
|Feature|Description|Reddit Version Support|
@@ -113,7 +115,8 @@ I welcome any help if you would like to improve or contribute new language trans
113
115
|Add link to view crossposts in other subreddits|View crossposts of a post on the comments page, bringing back the "View discussions in other communities" link from "Old New UI".|3|
114
116
|Add Post Numbers|Number each post to keep track of how many you have scrolled passed.|3|
115
117
|Add "Scroll To Top" Button|Adds a new button to the header to scroll the page to the top.|3<br>1|
116
-
|Always Show Post Options|Moves the items in the post overflow menu into the header bar for quicker access. You can toggle off any buttons you don't want to see.|3|
118
+
|Always Show Post and Comment Options|Moves the items in the post and comment overflow menus into the action bar of the post and comment, respectively, for quicker access. You can toggle off any buttons you don't want to see.|3|
119
+
|Remove icons from most comment buttons|This will hide any icons from the buttons in the action bar, if "Always Show Post and Comment Options" is enabled.|3|
117
120
|Auto Collapse AutoModerator Comment|Automatically collapses the top comment made by AutoModerator.|3<br>1|
118
121
|Auto Expand and Load More Comments|Automatically load more and expand hidden comments on a post as you scroll down the page.|3<br>1|
119
122
|Better Comment Box|Automatically enables the formatting options when commenting on posts.|3|
@@ -191,16 +194,16 @@ Feel free to add any new languages and/or region differences.
- Tabs: Necessary for communication with open tabs on reddit.com. This is essential for applying features and tweaks within the reddit.com domain. This permission may appear as "Read your browsing history", when installing the extension, but is limited to the current open tabs.
244
247
- declarativeNetRequest: Required to redirect the user to their preferred UI if enabled. Also required to open an image directly on its own if opened in a new tab.
245
248
246
-
Optional Permissions (for Firefox, required for Chrome):
249
+
Optional Permissions (for Firefox, required for Chrome (Chrome does not support optional permissions)):
247
250
248
-
- Browser History: "Mark posts as read when opening expandos in Compact view" requires access to the browser history to add the URL of the posts in question to the history. This is so that the browser would see the post/URL as visited and the `:visited` CSS pseudo-class would be applied to the post link. Reddit Enhancer does *not* read or modify the browser historyin any other way, and this can be later disabled in the browser extension settings.
249
-
- Downloads: "Add 'Download Video' button to posts" requires this permission to download post videos to your computer.
251
+
- Browser History: "Mark posts as read when opening expandos in Compact view" requires access to the browser history to add the URL of the posts in question to the history. This is so that the browser would see the post/URL as visited and the `:visited` CSS pseudo-class would be applied to the post link. Reddit Enhancer does *not* read the browser history, nor modify it in any other way. This permission can be revoked in the browser extension settings at any time (Firefox only).
252
+
- Downloads: "Add 'Download Video' button to posts" requires this permission to download post videos to your computer. This permission can be revoked in the browser extension settings at any time (Firefox only).
250
253
251
254
Third-Party Services:
252
255
@@ -260,4 +263,4 @@ Changes to This Privacy Policy:
260
263
261
264
- This privacy policy may be updated to reflect changes in features or legal requirements. Users will be notified of any significant updates via the changelog.
Copy file name to clipboardExpand all lines: changelog.txt
+13-3Lines changed: 13 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
version 2.1.0
2
+
v [Latest UI V3]
3
+
- Added an option to hide posts by blocked users. (blocked users are managed by the extension).
4
+
- Added an option to hide "Link" posts by keywords in the URL.
5
+
- Bug fixes and improvements.
6
+
* Special thanks to @biminhc1 (Reddit) @bmndc (Github) for all following changes <3
7
+
v [Latest UI V3]
8
+
- Added an option to show/hide icons from the comment action buttons when "Always Show Post and Comment Options" is enabled.
9
+
- More bug fixes and improvements.
10
+
1
11
version 2.0.1
2
12
- Bug fixes and improvements.
3
13
@@ -8,7 +18,7 @@ v [General]
8
18
- Removed code and support for the deprecated Reddit version "Old New UI".
9
19
- Cleaned up a lot of code to improve performance and maintainability.
10
20
- Bug fixes and improvements.
11
-
v [New New UI]
21
+
v [Latest UI V3]
12
22
- Added a new option "Add 'Download Video' button to video posts". (This currently only works for mp4 URLs, not m3u8, so some posts won't have the download button).
13
23
- Added support for "Open Post In New Tab".
14
24
- Added support for "Open Subreddit In New Tab".
@@ -19,7 +29,7 @@ v [New New UI]
19
29
- The "Override Default Sort Option" grace period has been removed as it it not longer required. You can now manually change the feed sort option whenever you want without the "Default Feed Sort Option" feature from auto reverting to what is set in the extension.
20
30
- Fixed "Hide Video Recommendations" not working due to a website update.
21
31
* Special thanks to @biminhc1 (Reddit) @bmndc (Github) for all following changes <3
22
-
v [New New UI]
32
+
v [Latest UI V3]
23
33
- Added a new option "Highlight comments from the original poster (OP)".
24
34
- Added a new option "Hide 'Give Awards' button". This applies to posts and comments.
25
35
- Added a new option "Add link to view crossposts in other subreddits" to view crossposts of a post in post view, bringing back the "View discussions in other communities" link from "Old New UI".
@@ -41,7 +51,7 @@ v [New New UI]
41
51
- Improved the stability of "Remember the hidden states of sections in the side menu" and "Display page and user info in header". Page and user info should now be fetched and inserted concurrently, and load as the side menu appears.
42
52
- Improved the observer reliability, element detection and performance of functions.
43
53
- Cleaned up and improved code maintainability for fetching data from Reddit public APIs and theme colour functions.
44
-
v [Old UI]
54
+
v [Old UI V1]
45
55
- Added a setting to move post thumbnails to the right (kudos to emaag on userstyles.world!)
Copy file name to clipboardExpand all lines: src-webpack/changelog.txt
+14-4Lines changed: 14 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,24 @@
1
-
version 2.0.1
1
+
version 2.1.0
2
+
v [Latest UI V3]
3
+
- Added an option to hide posts by blocked users. (blocked users are managed by the extension).
4
+
- Added an option to hide "Link" posts by keywords in the URL.
2
5
- Bug fixes and improvements.
6
+
* Special thanks to @biminhc1 (Reddit) @bmndc (Github) for all following changes <3
7
+
v [Latest UI V3]
8
+
- Added an option to show/hide icons from the comment action buttons when "Always Show Post and Comment Options" is enabled.
9
+
- More bug fixes and improvements.
3
10
11
+
version 2.0.1
12
+
- Bug fixes and improvements.
13
+
4
14
version 2.0.0
5
15
v [General]
6
16
- New permission required (downloads) for the new feature "Add 'Download Video' button to video posts". This permission is optional for Firefox users.
7
17
- New permission required (history) for the new feature "Mark posts as read when opening expandos in Compact view". This option simply adds the post URL to your browser's history to mark it as "read", it does not read or modify your history in any other way. This permission is optional for Firefox users.
8
18
- Removed code and support for the deprecated Reddit version "Old New UI".
9
19
- Cleaned up a lot of code to improve performance and maintainability.
10
20
- Bug fixes and improvements.
11
-
v [New New UI]
21
+
v [Latest UI V3]
12
22
- Added a new option "Add 'Download Video' button to video posts". (This currently only works for mp4 URLs, not m3u8, so some posts won't have the download button).
13
23
- Added support for "Open Post In New Tab".
14
24
- Added support for "Open Subreddit In New Tab".
@@ -19,7 +29,7 @@ v [New New UI]
19
29
- The "Override Default Sort Option" grace period has been removed as it it not longer required. You can now manually change the feed sort option whenever you want without the "Default Feed Sort Option" feature from auto reverting to what is set in the extension.
20
30
- Fixed "Hide Video Recommendations" not working due to a website update.
21
31
* Special thanks to @biminhc1 (Reddit) @bmndc (Github) for all following changes <3
22
-
v [New New UI]
32
+
v [Latest UI V3]
23
33
- Added a new option "Highlight comments from the original poster (OP)".
24
34
- Added a new option "Hide 'Give Awards' button". This applies to posts and comments.
25
35
- Added a new option "Add link to view crossposts in other subreddits" to view crossposts of a post in post view, bringing back the "View discussions in other communities" link from "Old New UI".
@@ -41,7 +51,7 @@ v [New New UI]
41
51
- Improved the stability of "Remember the hidden states of sections in the side menu" and "Display page and user info in header". Page and user info should now be fetched and inserted concurrently, and load as the side menu appears.
42
52
- Improved the observer reliability, element detection and performance of functions.
43
53
- Cleaned up and improved code maintainability for fetching data from Reddit public APIs and theme colour functions.
44
-
v [Old UI]
54
+
v [Old UI V1]
45
55
- Added a setting to move post thumbnails to the right (kudos to emaag on userstyles.world!)
0 commit comments