Skip to content

Commit b51d288

Browse files
author
0xc60f
authored
Merge pull request #836 from FastForwardTeam/revert-835-manifest-v3
Revert "Formatted all files to meet code style specified in CODE_STYLE.md"
2 parents 541da07 + 4e32664 commit b51d288

File tree

116 files changed

+16248
-17627
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+16248
-17627
lines changed

.github/ISSUE_TEMPLATE/broken-bypass.yml

Lines changed: 62 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -2,66 +2,66 @@ name: Broken Bypass
22
description: A bypass is misbehaving or no-longer working
33
labels: [Broken-bypass]
44
body:
5-
- type: markdown
6-
attributes:
7-
value: |
8-
## Note
9-
Issues are not a place to go ask support questions.
10-
Please ask support questions on the [Discord](https://discord.gg/RSAf7b5njt).
5+
- type: markdown
6+
attributes:
7+
value: |
8+
## Note
9+
Issues are not a place to go ask support questions.
10+
Please ask support questions on the [Discord](https://discord.gg/RSAf7b5njt).
11+
12+
### **Please don't submit multiple issue about the same website. [Search](https://github.com/FastForwardTeam/FastForward/labels/Broken-bypass) if the domain has been reported before filing the issue.**
13+
Thanks for taking the time to fill out this form!
14+
- type: input
15+
id: domain
16+
attributes:
17+
label: Domain
18+
description: Submit one website only.
19+
placeholder: 'Just the name of the site. example: https://google.com'
20+
validations:
21+
required: true
22+
- type: input
23+
id: site
24+
attributes:
25+
label: Link
26+
description: Submit the exact link you are on.
27+
placeholder: 'Example: https://www.google.com/webhp'
28+
validations:
29+
required: true
30+
- type: dropdown
31+
id: version
32+
attributes:
33+
label: Version
34+
description: What version of the extension are you running?
35+
options:
36+
- 0.0.0
37+
validations:
38+
required: true
39+
- type: dropdown
40+
id: browsers
41+
attributes:
42+
label: What browsers are you seeing the problem on?
43+
multiple: true
44+
options:
45+
- Firefox
46+
- Chrome
47+
- Brave
48+
- Microsoft Edge
49+
validations:
50+
required: true
51+
- type: dropdown
52+
id: os
53+
attributes:
54+
label: What OS are you seeing the problem on?
55+
options:
56+
- Windows
57+
- Linux
58+
- MacOS
59+
- type: textarea
60+
attributes:
61+
label: Anything else?
62+
description: |
63+
Images? Videos? Anything that will give us more context about the issue you are encountering!
1164
12-
### **Please don't submit multiple issue about the same website. [Search](https://github.com/FastForwardTeam/FastForward/labels/Broken-bypass) if the domain has been reported before filing the issue.**
13-
Thanks for taking the time to fill out this form!
14-
- type: input
15-
id: domain
16-
attributes:
17-
label: Domain
18-
description: Submit one website only.
19-
placeholder: 'Just the name of the site. example: https://google.com'
20-
validations:
21-
required: true
22-
- type: input
23-
id: site
24-
attributes:
25-
label: Link
26-
description: Submit the exact link you are on.
27-
placeholder: 'Example: https://www.google.com/webhp'
28-
validations:
29-
required: true
30-
- type: dropdown
31-
id: version
32-
attributes:
33-
label: Version
34-
description: What version of the extension are you running?
35-
options:
36-
- 0.0.0
37-
validations:
38-
required: true
39-
- type: dropdown
40-
id: browsers
41-
attributes:
42-
label: What browsers are you seeing the problem on?
43-
multiple: true
44-
options:
45-
- Firefox
46-
- Chrome
47-
- Brave
48-
- Microsoft Edge
49-
validations:
50-
required: true
51-
- type: dropdown
52-
id: os
53-
attributes:
54-
label: What OS are you seeing the problem on?
55-
options:
56-
- Windows
57-
- Linux
58-
- MacOS
59-
- type: textarea
60-
attributes:
61-
label: Anything else?
62-
description: |
63-
Images? Videos? Anything that will give us more context about the issue you are encountering!
64-
65-
Tip: You can attach images files by clicking this area to highlight it and then dragging files in.
66-
validations:
67-
required: false
65+
Tip: You can attach images files by clicking this area to highlight it and then dragging files in.
66+
validations:
67+
required: false

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -2,57 +2,57 @@ name: Bug report
22
description: Something is broken in the extension
33
labels: [Bug]
44
body:
5-
- type: markdown
6-
attributes:
7-
value: |
8-
## Note
9-
Issues are not a place to go ask support questions.
10-
Please ask support questions on the [Discord](https://discord.gg/RSAf7b5njt).
5+
- type: markdown
6+
attributes:
7+
value: |
8+
## Note
9+
Issues are not a place to go ask support questions.
10+
Please ask support questions on the [Discord](https://discord.gg/RSAf7b5njt).
11+
12+
### **This form is not for reporting sites that are not bypassed**
13+
Thanks for taking the time to fill out this form!
14+
- type: textarea
15+
id: body
16+
attributes:
17+
label: Body
18+
description: Description of the issue you are facing
19+
validations:
20+
required: true
21+
- type: dropdown
22+
id: version
23+
attributes:
24+
label: Version
25+
description: What version of the extension are you running?
26+
options:
27+
- 0.0.0
28+
validations:
29+
required: true
30+
- type: dropdown
31+
id: browsers
32+
attributes:
33+
label: What browsers are you seeing the problem on?
34+
multiple: true
35+
options:
36+
- Firefox
37+
- Chrome
38+
- Brave
39+
- Microsoft Edge
40+
validations:
41+
required: true
42+
- type: dropdown
43+
id: os
44+
attributes:
45+
label: What OS are you seeing the problem on?
46+
options:
47+
- Windows
48+
- Linux
49+
- MacOS
50+
- type: textarea
51+
attributes:
52+
label: Anything else?
53+
description: |
54+
Images? Videos? Anything that will give us more context about the issue you are encountering!
1155
12-
### **This form is not for reporting sites that are not bypassed**
13-
Thanks for taking the time to fill out this form!
14-
- type: textarea
15-
id: body
16-
attributes:
17-
label: Body
18-
description: Description of the issue you are facing
19-
validations:
20-
required: true
21-
- type: dropdown
22-
id: version
23-
attributes:
24-
label: Version
25-
description: What version of the extension are you running?
26-
options:
27-
- 0.0.0
28-
validations:
29-
required: true
30-
- type: dropdown
31-
id: browsers
32-
attributes:
33-
label: What browsers are you seeing the problem on?
34-
multiple: true
35-
options:
36-
- Firefox
37-
- Chrome
38-
- Brave
39-
- Microsoft Edge
40-
validations:
41-
required: true
42-
- type: dropdown
43-
id: os
44-
attributes:
45-
label: What OS are you seeing the problem on?
46-
options:
47-
- Windows
48-
- Linux
49-
- MacOS
50-
- type: textarea
51-
attributes:
52-
label: Anything else?
53-
description: |
54-
Images? Videos? Anything that will give us more context about the issue you are encountering!
55-
56-
Tip: You can attach images files by clicking this area to highlight it and then dragging files in.
57-
validations:
58-
required: false
56+
Tip: You can attach images files by clicking this area to highlight it and then dragging files in.
57+
validations:
58+
required: false

.github/workflows/MozillaUpload.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
- uses: actions/checkout@v2
1010
with:
1111
fetch-depth: 0
12-
12+
1313
- name: Make package
1414
id: pack
1515
run: bash scripts/firefox.sh nover
16-
16+
1717
- name: Upload xpi
1818
run: |
19-
npm install --global web-ext
20-
cd ./build/FastForward.firefox
21-
web-ext sign --channel=listed --api-key=${{ secrets.FIREFOX_API_KEY }} --api-secret=${{ secrets.FIREFOX_API_SECRET }}
19+
npm install --global web-ext
20+
cd ./build/FastForward.firefox
21+
web-ext sign --channel=listed --api-key=${{ secrets.FIREFOX_API_KEY }} --api-secret=${{ secrets.FIREFOX_API_SECRET }}

.github/workflows/codeql-analysis.yml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
# the `language` matrix defined below to confirm you have the correct set of
1010
# supported CodeQL languages.
1111
#
12-
name: 'CodeQL'
12+
name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [main]
16+
branches: [ main ]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [main]
19+
branches: [ main ]
2020
schedule:
2121
- cron: '39 5 * * 5'
2222

@@ -32,39 +32,39 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
language: ['javascript']
35+
language: [ 'javascript' ]
3636
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
3737
# Learn more about CodeQL language support at https://git.io/codeql-language-support
3838

3939
steps:
40-
- name: Checkout repository
41-
uses: actions/checkout@v2
40+
- name: Checkout repository
41+
uses: actions/checkout@v2
4242

43-
# Initializes the CodeQL tools for scanning.
44-
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@v1
46-
with:
47-
languages: ${{ matrix.language }}
48-
# If you wish to specify custom queries, you can do so here or in a config file.
49-
# By default, queries listed here will override any specified in a config file.
50-
# Prefix the list here with "+" to use these queries and those in the config file.
51-
# queries: ./path/to/local/query, your-org/your-repo/queries@main
43+
# Initializes the CodeQL tools for scanning.
44+
- name: Initialize CodeQL
45+
uses: github/codeql-action/init@v1
46+
with:
47+
languages: ${{ matrix.language }}
48+
# If you wish to specify custom queries, you can do so here or in a config file.
49+
# By default, queries listed here will override any specified in a config file.
50+
# Prefix the list here with "+" to use these queries and those in the config file.
51+
# queries: ./path/to/local/query, your-org/your-repo/queries@main
5252

53-
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
54-
# If this step fails, then you should remove it and run the build manually (see below)
55-
- name: Autobuild
56-
uses: github/codeql-action/autobuild@v1
53+
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
54+
# If this step fails, then you should remove it and run the build manually (see below)
55+
- name: Autobuild
56+
uses: github/codeql-action/autobuild@v1
5757

58-
# ℹ️ Command-line programs to run using the OS shell.
59-
# 📚 https://git.io/JvXDl
58+
# ℹ️ Command-line programs to run using the OS shell.
59+
# 📚 https://git.io/JvXDl
6060

61-
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
62-
# and modify them (or add more) to build your code if your project
63-
# uses a compiled language
61+
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
62+
# and modify them (or add more) to build your code if your project
63+
# uses a compiled language
6464

65-
#- run: |
66-
# make bootstrap
67-
# make release
65+
#- run: |
66+
# make bootstrap
67+
# make release
6868

69-
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@v1
69+
- name: Perform CodeQL Analysis
70+
uses: github/codeql-action/analyze@v1

.github/workflows/issues.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Close inactive issues
22
on:
33
schedule:
4-
- cron: '30 1 * * *'
4+
- cron: "30 1 * * *"
55
workflow_dispatch:
66

77
jobs:
@@ -16,9 +16,9 @@ jobs:
1616
days-before-issue-stale: 30
1717
days-before-issue-close: 14
1818
operations-per-run: 700
19-
stale-issue-label: 'stale'
20-
exempt-issue-labels: 'no stale'
21-
stale-issue-message: 'This issue is stale because it has been open for 30 days with no activity. To undo this, make some activity on this issue or create a new one.'
19+
stale-issue-label: "stale"
20+
exempt-issue-labels: "no stale"
21+
stale-issue-message: "This issue is stale because it has been open for 30 days with no activity. To undo this, make some activity on this issue or create a new one."
2222
close-issue-message: "This issue was automatically closed because it has been inactive for 14 days since being marked as stale. If you bypass/problem wasn't solved, please create a new issue."
2323
days-before-pr-stale: -1
2424
days-before-pr-close: -1

0 commit comments

Comments
 (0)