Commit 1142803 1 parent 6e9f618 commit 1142803 Copy full SHA for 1142803
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
44
let isModified = false ;
45
45
46
46
let data = JSON . parse ( response . target . responseText ) ;
47
-
47
+
48
48
if ( targetUrl . endsWith ( "/api/storylet" ) || targetUrl . endsWith ( "/api/storylet/goback" ) ) {
49
49
if ( "storylet" in data ) {
50
50
isModified = revealQualities ( data . storylet ) || isModified ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " FL Quality Lantern" ,
3
3
"description" : " Reveal hidden Qualities in Fallen London storylets." ,
4
- "version" : " 1.0" ,
4
+ "version" : " 1.0.1 " ,
5
5
"manifest_version" : 2 ,
6
6
"permissions" : [],
7
7
"content_scripts" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " FL Quality Lantern" ,
3
3
"description" : " Reveal hidden Qualities in Fallen London storylets" ,
4
- "version" : " 1.0" ,
4
+ "version" : " 1.0.1 " ,
5
5
"manifest_version" : 3 ,
6
6
"permissions" : [],
7
7
"content_scripts" : [
You can’t perform that action at this time.
0 commit comments