FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Script-Hub/scriptMap.js at main · qxbug/Script-Hub · GitHub
qxbug
/
Script-Hub
Public
forked from
Script-Hub-Org/Script-Hub
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Script-Hub
/
scriptMap.js
Copy path
More file actions
More file actions
Latest commit
History
History
History
19 lines (18 loc) · 802 Bytes
Breadcrumbs
Script-Hub
/
scriptMap.js
Copy path
File metadata and controls
19 lines (18 loc) · 802 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
const
scriptMap
=
{
'./script-hub.js'
:
/
^
h
t
t
p
s
?
:
\/
\/
s
c
r
i
p
t
\.
h
u
b
\/
(
$
|
e
d
i
t
\/
|
r
e
l
o
a
d
)
/
,
'./Rewrite-Parser.js'
:
/
^
h
t
t
p
s
?
:
\/
\/
s
c
r
i
p
t
\.
h
u
b
\/
f
i
l
e
\/
_
s
t
a
r
t
_
\/
.
+
t
y
p
e
=
(
q
x
-
r
e
w
r
i
t
e
|
l
o
o
n
-
p
l
u
g
i
n
|
s
u
r
g
e
-
m
o
d
u
l
e
|
a
l
l
-
m
o
d
u
l
e
)
/
,
'./rule-parser.js'
:
/
^
h
t
t
p
s
?
:
\/
\/
s
c
r
i
p
t
\.
h
u
b
\/
f
i
l
e
\/
_
s
t
a
r
t
_
\/
.
+
t
y
p
e
=
r
u
l
e
-
s
e
t
/
,
'./script-converter.js'
:
/
^
h
t
t
p
s
?
:
\/
\/
s
c
r
i
p
t
\.
h
u
b
\/
c
o
n
v
e
r
t
\/
/
,
}
const
scriptMapBeta
=
{
'./script-hub.beta.js'
:
/
^
h
t
t
p
s
?
:
\/
\/
s
c
r
i
p
t
\.
h
u
b
\/
(
$
|
e
d
i
t
\/
|
r
e
l
o
a
d
)
/
,
'./Rewrite-Parser.beta.js'
:
/
^
h
t
t
p
s
?
:
\/
\/
s
c
r
i
p
t
\.
h
u
b
\/
f
i
l
e
\/
_
s
t
a
r
t
_
\/
.
+
t
y
p
e
=
(
q
x
-
r
e
w
r
i
t
e
|
l
o
o
n
-
p
l
u
g
i
n
|
s
u
r
g
e
-
m
o
d
u
l
e
|
a
l
l
-
m
o
d
u
l
e
)
/
,
'./rule-parser.beta.js'
:
/
^
h
t
t
p
s
?
:
\/
\/
s
c
r
i
p
t
\.
h
u
b
\/
f
i
l
e
\/
_
s
t
a
r
t
_
\/
.
+
t
y
p
e
=
r
u
l
e
-
s
e
t
/
,
'./script-converter.beta.js'
:
/
^
h
t
t
p
s
?
:
\/
\/
s
c
r
i
p
t
\.
h
u
b
\/
c
o
n
v
e
r
t
\/
/
,
}
module
.
exports
=
{
scriptMap
,
scriptMapBeta
,
}
Back
|
FazBrowse Home
|
New Git URL