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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
[](https://chrome.google.com/webstore/detail/hide-shorts-for-youtube/ankepacjgoajhjpenegknbefpmfffdic)
Firefox add-on that hides YouTube-shorts videos from home page, subscriptions and search results.
9
+
Firefox add-on that hides YouTube-shorts videos from home page, subscriptions and search results.
10
10
Also allows you to hide "Shorts" tab.
11
11
12
12
## Features
@@ -20,6 +20,7 @@ Also allows you to hide "Shorts" tab.
20
20
- Hiding live videos (experimental, off by default)
21
21
- Hiding 'Upcoming' videos (experimental, off by default)
22
22
- Redirect shorts to original video player (experimental, off by default)
23
+
- Hiding posts (experimental, off by default)
23
24
24
25
## Installation
25
26
@@ -33,7 +34,7 @@ Prepare files for chrome and firefox versions by running `npm run prepare` comma
33
34
34
35
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
36
-
### Firefox
37
+
### Firefox
37
38
38
39
Add the Add-on temporarily:
39
40
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>
@@ -54,7 +55,7 @@ Add the Add-on manually:
54
55
55
56
# FAQ
56
57
- Going "Back" in navigation again redirects tab to the original video player
57
-
- Chrome and Firefox on Android don't support [loadReplace option](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/tabs/update), meaning that clicking "Back" button will direct to the original video URL (not the page from which video was clicked on). This will then again redirect the page. You can click and hold the back button to display list of previous pages and select desired page from here.
58
+
- Chrome and Firefox on Android don't support [loadReplace option](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/tabs/update), meaning that clicking "Back" button will direct to the original video URL (not the page from which video was clicked on). This will then again redirect the page. You can click and hold the back button to display list of previous pages and select desired page from here.
58
59
- After addon installation shorts are still visible on youtube's page
59
60
- It is also required to refresh the youtube's page in order for the scripts to load.
0 commit comments