File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,10 @@ The following are known limitations that cannot be fixed:
74
74
75
75
## Changelog
76
76
77
+ ### Changes in 3.16.2
78
+
79
+ - Updated manifest v2 permissions list for Firefox 109 support
80
+
77
81
### Changes in 3.16.1
78
82
79
83
- Removed sort order parameters due to recent breaking changes in the Pushshift API
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.16.1 " ,
5
+ "version" : " 3.16.2 " ,
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.16.1 " ,
5
+ "version" : " 3.16.2 " ,
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.16.1
4
+ // @version 3.16.2
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
35
35
* The current version of the script
36
36
* @type {string }
37
37
*/
38
- const VERSION = "3.16.1 " ;
38
+ const VERSION = "3.16.2 " ;
39
39
40
40
/**
41
41
* Whether or not we are on old reddit and not redesign.
You can’t perform that action at this time.
0 commit comments