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
Copy file name to clipboardExpand all lines: Readme.md
+19-17Lines changed: 19 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,28 +23,30 @@ Also allows you to hide "Shorts" tab.
23
23
24
24
## Installation
25
25
26
-
### Firefox
26
+
For firefox install from [Mozilla Add-ons](https://addons.mozilla.org/en-US/firefox/addon/hide-youtube-shorts/) webpage
27
27
28
-
Install from [Mozilla Add-ons](https://addons.mozilla.org/en-US/firefox/addon/hide-youtube-shorts/) webpage
28
+
For chrome install from [Chrome web store](https://chrome.google.com/webstore/detail/hide-shorts-for-youtube/ankepacjgoajhjpenegknbefpmfffdic) webpage
29
29
30
-
or add the Add-on temporarily:
31
-
1. Download the project
32
-
2. Rename 'manifest-firefox.json' file to 'manifest.json'
33
-
3. In Firefox browser go to the debugging page by typing in url <b>[about:debugging#/runtime/this-firefox](about:debugging#/runtime/this-firefox)</b>
34
-
4. Click on <b>Load Temporary Add-on...</b>
35
-
5. Select a file (eg. 'manifest.json' file) inside of downloaded git project. Or you can ZIP contents of the project and select it instead.
30
+
## Debugging
36
31
37
-
### Google Chrome
32
+
Prepare files for chrome and firefox versions by running `npm run prepare` command. This will create new directories `./build/hys-c` (for chrome) `./build/hys-f` (for firefox) with respected files.
38
33
39
-
Install from [Chrome web store](https://chrome.google.com/webstore/detail/hide-shorts-for-youtube/ankepacjgoajhjpenegknbefpmfffdic) webpage
34
+
You can also run `npm run zip` command to prepare and create zip archives for both chrome and firefox versions. Both will be placed in `./build` directory
35
+
36
+
### Firefox
37
+
38
+
Add the Add-on temporarily:
39
+
1. In Firefox browser go to the debugging page by typing in url <b>[about:debugging#/runtime/this-firefox](about:debugging#/runtime/this-firefox)</b>
40
+
2. Click on <b>Load Temporary Add-on...</b>
41
+
3. Select a file `./build/hys-f/manifest.json` file. Or you can ZIP contents of the project and select it instead.
42
+
43
+
### Google Chrome
40
44
41
-
or add the Add-on manually:
42
-
1. Download the project
43
-
2. Rename 'manifest-chrome.json' file to 'manifest.json'
44
-
3. In Chrome browser go to the Extensions page (or type in url <b>[chrome://extensions/](chrome://extensions/)</b>)
45
-
4. Enable the <b>Developer Mode</b>
46
-
5. Click the <b>Load unpacked</b> button
47
-
6. Select the directory of downloaded git project.
45
+
Add the Add-on manually:
46
+
1. In Chrome browser go to the Extensions page (or type in url <b>[chrome://extensions/](chrome://extensions/)</b>)
0 commit comments