Skip to content

Commit 3f5c039

Browse files
authored
Merge pull request #921 from NotAProton/manifest-v3
MV-3
2 parents 144206b + 0a96009 commit 3f5c039

26 files changed

+1130
-2786
lines changed

.eslintrc.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"env": {
3+
"browser": true,
4+
"es2021": true
5+
},
6+
"extends": ["eslint:recommended", "prettier"],
7+
"overrides": [
8+
],
9+
"parserOptions": {
10+
"ecmaVersion": "latest",
11+
"sourceType": "module"
12+
},
13+
"rules": {
14+
},
15+
"globals": {
16+
"browser" :"readonly",
17+
"chrome" :"readonly"
18+
}
19+
}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
build/
33
node_modules
44
package-lock.json
5+
injection_script.js

.prettierrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"singleQuote": true
3+
}

PRIVACY.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# FastForward Privacy Policy
22

3-
## Auto-updating
4-
5-
In order to provide up-to-date bypasses, FastForward sends a request to Github every hour, and if a new commit is found, it will download the latest "injection script."
6-
7-
For this, [Github's privacy policy](https://help.github.com/en/github/site-policy/github-privacy-statement) applies.
8-
93
## Crowd Bypass
104

115
When Crowd Bypass (Options > "Give and take the destinations of unbypassable shorteners.") is enabled, ocassionally the extension will send requests to our server:

0 commit comments

Comments
 (0)