Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
Include dist directory in repo
Browse files Browse the repository at this point in the history
Updated README installation guide
  • Loading branch information
probablyraging committed Jun 11, 2023
1 parent fe31cf4 commit ccadb50
Show file tree
Hide file tree
Showing 21 changed files with 915 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.env
/node_modules
/dist
*.zip
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,18 @@
Hide YouTube Shorts videos effortlessly with this powerful browser extension

## Installation - Chrome Web Store
Install the extension directly from the [Chrome Web Store](https://chrome.google.com/webstore/detail/aljlkinhomaaahfdojalfmimeidofpih)
Install the latest stable version directly from the [Chrome Web Store](https://chrome.google.com/webstore/detail/aljlkinhomaaahfdojalfmimeidofpih)

## Installation - Unpacked Extension
<img width=350 style="align: center" src="https://i.imgur.com/uJJnLNr.png">
## Installation (unstable) - Unpacked Extension
<img width=350 style="align: center" src="https://i.imgur.com/RBUP2pE.png">

1. Download the .zip file

2. Extract and install - [Video Demonstration](https://www.youtube.com/watch?v=hIRX1dpfqHc) | [Written Demonstration](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked)
2. Extract the contents of `hide-youtube-shorts-master.zip`

3. Install from the `dist` directory

[Video Demonstration](https://www.youtube.com/watch?v=hIRX1dpfqHc) | [Written Demonstration](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked)

## Previous Versions
[Click here](https://github.com/ProbablyRaging/hide-youtube-shorts/releases) if you're looking for a previous version of Hide YouTube Shorts
Expand Down
674 changes: 674 additions & 0 deletions dist/LICENSE

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/assets/MainPage.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{j as a}from"./index.js";const o=({children:x})=>a.jsx("div",{className:"flex flex-col max-h-[474px] max-w-[450px] overflow-scroll p-4 pt-0 pb-12",children:x});export{o as default};
1 change: 1 addition & 0 deletions dist/assets/ModalDisplay.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/assets/SwitchContainer.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/assets/background.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ccadb50

Please sign in to comment.