Skip to content

Commit

Permalink
Add installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzah committed Nov 26, 2020
1 parent e93c730 commit ccbb4aa
Showing 1 changed file with 46 additions and 1 deletion.
47 changes: 46 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,49 @@ Before then the CloudFlare configuration for `discordapp.com` did not actively b
- For every request being created for `discord.com` from Lightcord, the `User-Agent` header is replaced with `DiscordBot (https://lightcord.js.org 1.0.0)`
- All requests to `discordapp.com` from Lightcord will be redirected to `discord.com`.
- The `Access-Control-Allow-Headers` header in every response from Discord will have `user-agent` appended to it, since Firefox requires it in the CORS preflight.
- This extension also allows any request to `discord.com` from projects in [GitHub Codespaces](https://github.com/features/codespaces) to work. (Since Lightcord development use GitHub Codespaces)
- This extension also allows any request to `discord.com` from projects in [GitHub Codespaces](https://github.com/features/codespaces) to work. (Since Lightcord development use GitHub Codespaces)

## Installation
<details>
<summary><img src="https://api.iconify.design/grommet-icons:chrome.svg" height="13"> Google Chrome</summary>

1. [Download the repo](https://github.com/Snazzah/LightcordExtension/archive/master.zip) and extract the folder somewhere for later. (you can also clone it)
2. Type `chrome://extensions` in the URL bar.
3. Turn on Developer Mode (top right) and click `Load unpacked`. (top left)
![](https://get.snaz.in/43yCFup.png)
4. Select the `src` folder inside the extracted folder.
5. Reload Lightcord.
</details>

<details>
<summary><img src="https://api.iconify.design/fa-brands:firefox.svg?color=%23cf6600" height="13"> Firefox</summary>

1. [Download the repo](https://github.com/Snazzah/LightcordExtension/archive/master.zip) and extract the folder somewhere for later. (you can also clone it)
2. Type `about:debugging#/runtime/this-firefox` in the URL bar.
3. Click `Load Temporary Add-on...`.
![](https://get.snaz.in/8pED9yU.png)
4. Select the `src` folder inside the extracted folder.
5. Reload Lightcord.
</details>

<details>
<summary><img src="https://api.iconify.design/fa-brands:opera.svg?color=%23ff1b2d" height="13"> Opera</summary>

1. [Download the repo](https://github.com/Snazzah/LightcordExtension/archive/master.zip) and extract the folder somewhere for later. (you can also clone it)
2. Type `opera://extensions` in the URL bar.
3. Turn on Developer Mode (top right) and click `Load unpacked`. (top left)
![](https://get.snaz.in/7LnKk2D.png)
4. Select the `src` folder inside the extracted folder.
5. Reload Lightcord.
</details>

<details>
<summary><img src="https://api.iconify.design/fa-brands:edge.svg?color=%234db3fc" height="13"> Microsoft Edge</summary>

1. [Download the repo](https://github.com/Snazzah/LightcordExtension/archive/master.zip) and extract the folder somewhere for later. (you can also clone it)
2. Type `edge://extensions` in the URL bar.
3. Turn on Developer Mode (bottom left) and click `Load unpacked`.
![](https://get.snaz.in/Ns4Yatx.png)
4. Select the `src` folder inside the extracted folder.
5. Reload Lightcord.
</details>

0 comments on commit ccbb4aa

Please sign in to comment.