File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,11 @@ The following are known limitations that cannot be fixed:
62
62
63
63
## Changelog
64
64
65
+ ### Changes in 3.16.0
66
+
67
+ - Support for .compact Reddit layout
68
+ - Show original links will not be shown if the post ID could not be determined
69
+
65
70
### Changes in 3.15.1
66
71
67
72
- Added some URL patterns to be excluded from running the script
Original file line number Diff line number Diff line change 2
2
"manifest_version" : 2 ,
3
3
"name" : " Unedit and Undelete for Reddit" ,
4
4
"description" : " Show original comments and posts from before they were edited or removed" ,
5
- "version" : " 3.15.1 " ,
5
+ "version" : " 3.16.0 " ,
6
6
"content_scripts" : [
7
7
{
8
8
"run_at" : " document_idle" ,
Original file line number Diff line number Diff line change 2
2
"manifest_version" : 3 ,
3
3
"name" : " Unedit and Undelete for Reddit" ,
4
4
"description" : " Show original comments and posts from before they were edited or removed" ,
5
- "version" : " 3.15.1 " ,
5
+ "version" : " 3.16.0 " ,
6
6
"content_scripts" : [
7
7
{
8
8
"run_at" : " document_idle" ,
Original file line number Diff line number Diff line change 1
1
// ==UserScript==
2
2
// @name Unedit and Undelete for Reddit
3
3
// @namespace http://tampermonkey.net/
4
- // @version 3.15.1
4
+ // @version 3.16.0
5
5
// @description Creates the option next to edited and deleted Reddit comments/posts to show the original comment from before it was edited
6
6
// @author Jonah Lawrence (DenverCoder1)
7
7
// @grant none
You can’t perform that action at this time.
0 commit comments