File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -76,9 +76,14 @@ The following are known limitations that cannot be fixed:
76
76
77
77
## Changelog
78
78
79
+ ### Changes in 3.17.3
80
+
81
+ - Make inline fetch fix only apply to Firefox
82
+ - Store hidden state of token container so it is hidden if previously closed (will reopen if token is used and is invalid)
83
+
79
84
### Changes in 3.17.2
80
85
81
- - Fixed an unsafe inline issue in Chrome from the previous version (not released on Chrome)
86
+ - ~~ Fixed an unsafe inline issue in Chrome from previous version (not released on Chrome)~~
82
87
83
88
### Changes in 3.17.1
84
89
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.17.2 " ,
5
+ "version" : " 3.17.3 " ,
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.17.2 " ,
5
+ "version" : " 3.17.3 " ,
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.17.2
4
+ // @version 3.17.3
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
36
36
* The current version of the script
37
37
* @type {string }
38
38
*/
39
- const VERSION = "3.17.2 " ;
39
+ const VERSION = "3.17.3 " ;
40
40
41
41
/**
42
42
* Whether or not we are on old reddit and not redesign.
You can’t perform that action at this time.
0 commit comments