-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
40 changed files
with
2,487 additions
and
1,522 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ This work, "IGPlus" (except some of the assets it includes, such as some assets | |
1. Attribution: | ||
You are free to: | ||
- Share: Copy and redistribute the material, including "IGPlus," in any medium or format. | ||
- Edit: You are allowed to remix, transform, or build upon the material for contribution purposes, but you may not distribute the modified material on commercial platforms such as app stores or digital marketplaces. | ||
|
||
Under the following terms: | ||
- Attribution: You must give appropriate credit to Patryk Jaworski, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, as long as it does not suggest that the licensor endorses you or your use. | ||
|
@@ -15,12 +16,12 @@ This work, "IGPlus" (except some of the assets it includes, such as some assets | |
You may not use the material, including "IGPlus," for commercial purposes. Commercial use includes, but is not limited to, using the material for any activity that is intended for or results in monetary gain or profit. | ||
|
||
3. No Derivatives: | ||
If you remix, transform, or build upon the material, including "IGPlus," you may not distribute the modified material. | ||
If you remix, transform, or build upon the material, including 'IGPlus,' you may not distribute the modified material on platforms such as app stores or digital marketplaces. You are allowed to keep your edited copy on platforms like GitHub, GitLab, or Bitbucket. | ||
|
||
Exceptions for the Owner: | ||
Patryk Jaworski, as the owner, is exempt from the non-commercial and no-derivative restrictions. The owner may use these assets, including "IGPlus," for both commercial and non-commercial purposes without limitations. | ||
|
||
IGPlus Extension is a software: you can redistribute it , but you are not allowed to modify it under the terms of the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0) License. | ||
IGPlus Extension is a software: you can redistribute it , and you are allowed to modify it (for contribution purposes), under the terms of the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0) License. | ||
|
||
IGPlus Extension is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
|
@@ -31,3 +32,5 @@ This is a human-readable summary of (and not a substitute for) the license. You | |
For more information about the CC BY-NC-ND 4.0 license, visit the full license deed at https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode.en. | ||
|
||
For any questions or permission requests, please contact me at [email protected]. | ||
|
||
Note: Instagram is a registered trademark of Facebook, Inc. This extension is not affiliated with or endorsed by Facebook, Inc. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
1. pnpm i && rm -rf ./public && gulp build | ||
2. In public/chrome is build | ||
To successfully build the project, please follow these instructions: | ||
|
||
Thats it. Also you need gulp for build it, and it may work with npm if you don't use pnpm. Thanks! | ||
1. Install dependencies and build: | ||
pnpm install && pnpm build | ||
|
||
2. Locate the build output: | ||
The build files can be found in the `public/firefox` directory. | ||
|
||
### Additional Information: | ||
- Gulp Requirement: Ensure Gulp is installed globally, as it is necessary for the build process. | ||
- If you are not using pnpm, you may use npm by substituting `pnpm` with `npm` in the command above. |
Oops, something went wrong.