Skip to content

Commit

Permalink
Restyled by prettier-json
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Aug 5, 2024
1 parent bb0f06d commit fd3c3dc
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 180 deletions.
5 changes: 1 addition & 4 deletions addons/darkreader/Dark-Reader-Settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,5 @@
"thanks-for-contribution",
"dynamic-theme"
],
"displayedNews": [
"filter-mode",
"news-2023"
]
"displayedNews": ["filter-mode", "news-2023"]
}
218 changes: 42 additions & 176 deletions addons/gesturefy/Gesturefy.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
{
"Gestures": [
{
"pattern": [
[
0,
1
]
],
"pattern": [[0, 1]],
"command": {
"name": "ScrollBottom",
"settings": {
Expand All @@ -15,12 +10,7 @@
}
},
{
"pattern": [
[
0,
-1
]
],
"pattern": [[0, -1]],
"command": {
"name": "ScrollTop",
"settings": {
Expand All @@ -29,65 +19,28 @@
}
},
{
"pattern": [
[
1,
0
]
],
"pattern": [[1, 0]],
"command": {
"name": "PageForth"
}
},
{
"pattern": [
[
-1,
0
]
],
"pattern": [[-1, 0]],
"command": {
"name": "PageBack"
}
},
{
"pattern": [
[
-145,
-16
],
[
-82,
21
],
[
-77,
67
],
[
-31,
60
],
[
-2,
96
],
[
25,
55
],
[
53,
42
],
[
192,
7
],
[
75,
-14
]
[-145, -16],
[-82, 21],
[-77, 67],
[-31, 60],
[-2, 96],
[25, 55],
[53, 42],
[192, 7],
[75, -14]
],
"command": {
"name": "ReloadTab",
Expand All @@ -98,22 +51,10 @@
},
{
"pattern": [
[
257,
243
],
[
4,
-77
],
[
25,
-163
],
[
-278,
214
]
[257, 243],
[4, -77],
[25, -163],
[-278, 214]
],
"command": {
"name": "CloseTab",
Expand All @@ -125,34 +66,13 @@
},
{
"pattern": [
[
30,
230
],
[
14,
18
],
[
21,
8
],
[
66,
-10
],
[
35,
-30
],
[
13,
-33
],
[
-11,
-183
]
[30, 230],
[14, 18],
[21, 8],
[66, -10],
[35, -30],
[13, -33],
[-11, -183]
],
"command": {
"name": "RestoreTab",
Expand All @@ -163,85 +83,31 @@
},
{
"pattern": [
[
-5,
-272
],
[
1,
-11
],
[
178,
-9
]
[-5, -272],
[1, -11],
[178, -9]
],
"command": {
"name": "ToggleFullscreen"
}
},
{
"pattern": [
[
-53,
1
],
[
-21,
13
],
[
-14,
22
],
[
4,
47
],
[
4,
10
],
[
22,
10
],
[
70,
-7
],
[
11,
20
],
[
2,
37
],
[
-10,
24
],
[
-23,
13
],
[
-31,
8
],
[
-45,
-13
],
[
-5,
-10
],
[
0,
-18
]
[-53, 1],
[-21, 13],
[-14, 22],
[4, 47],
[4, 10],
[22, 10],
[70, -7],
[11, 20],
[2, 37],
[-10, 24],
[-23, 13],
[-31, 8],
[-45, -13],
[-5, -10],
[0, -18]
],
"command": {
"name": "ViewPageSourceCode"
Expand Down

0 comments on commit fd3c3dc

Please sign in to comment.