You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Run `npm ci`, make sure you have both latest node.js and npm installed;
122
+
4. Build the extension by running `node build.js {firefox|chromium|all} {none|nover|ver}`.
123
+
124
+
Example: Building for chrome: `node build.js chromium nover`.
125
+
118
126
## Troubleshooting
119
127
<details> <summary> "Manifest version 2 is deprecated, and support will be removed in 2023. See https://developer.chrome.com/blog/mv2-transition/ for more details." </summary>
120
128
<br>
@@ -164,8 +172,17 @@ It's because you forgot to extract twice the file. Please re-read step 3.
164
172
165
173
<details> <summary> Linkvertise is not being bypassed </summary>
166
174
175
+
**If you're using Chrome:** Builds for Chrome doesn't include Linkvertise bypass, you need to manually build the extension, using [this guide](#building-the-extension).
176
+
177
+
**If you're using Firefox:**
178
+
Firefox builds includes Linkvertise bypass.
179
+
180
+
***
181
+
182
+
**If you're using MV2 version of the extension:**
183
+
184
+
Copy and paste the contents of [this page](https://raw.githubusercontent.com/FastForwardTeam/FastForward/manifest-v2/src/linkvertise.js).
167
185
168
-
Copy and paste the contents of [this page](https://raw.githubusercontent.com/FastForwardTeam/FastForward/main/src/linkvertise.js).
169
186
170
187
Go to the extension settings and paste the contents of the file into the "Custom Bypasses" field, as shown below.
0 commit comments