-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
10 changed files
with
43 additions
and
25 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
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,56 +1,69 @@ | ||
# Picuki Switch | ||
# Social Switch | ||
|
||
[![Chrome Web Store](https://img.shields.io/chrome-web-store/v/elmbjjhgiifenlhffpjcjfkjmilbbfki)](https://chrome.google.com/webstore/detail/picuki-switch/elmbjjhgiifenlhffpjcjfkjmilbbfki) | ||
|
||
|
||
<p align="center"> | ||
<img src="icons/icon128.png"> | ||
</p> | ||
|
||
Redirects Instagram URLs to Picuki.com, an Instagram viewer. | ||
Redirect Instagram URLs to Picuki.com or Imginn.con, Instagram viewers. | ||
|
||
> [!NOTE] | ||
> This extension is not affiliated with Picuki or Instagram. | ||
> This extension is not affiliated with Picuki, Imginn or Instagram. | ||
## Installation | ||
|
||
- [Chrome Web Store](https://chrome.google.com/webstore/detail/picuki-switch/elmbjjhgiifenlhffpjcjfkjmilbbfki) | ||
|
||
## Usage | ||
|
||
Redirection is automatic. Access any profile, search tagged photos or tags on Instagram and the extension will redirect to Picuki.com. | ||
|
||
Access any profile, posts, tagged posts or tags on Instagram and the extension will redirect automatically to Picuki.com or Imginn.com. | ||
|
||
[List of each type of URL for testing](urls.md). | ||
Select a viewer option and enable or disable redirection through the popup. | ||
|
||
### Demo Video | ||
<p align="center"> | ||
<img src="assets\popup.jpg"> | ||
</p> | ||
|
||
[<img src="assets/picuki_thumb.jpg" width="30%">](https://www.youtube.com/watch?v=H66LBDbLBKY "Demo Video on YouTube") | ||
For photo URLs (`https://www.instagram.com/p/<short_code>`), regardless of the redirection option, the extension will redirect to Imginn.com, as this viewer uses the original photo short code. However, for tag URLs (`https://www.instagram.com/explore/tags/<tag_name>`), regardless of the redirection option, the extension will redirect to Picuki.com, as only this viewer supports tag search. | ||
|
||
### Supported URLs | ||
|
||
`https://instagram.com/<handle>` | ||
|
||
`https://instagram.com/<handle>/` | ||
`https://instagram.com/<handle>/tagged` | ||
|
||
`https://instagram.com/<handle>/?*` | ||
`https://www.instagram.com/p/<short_code>` *(only Imginn)* | ||
|
||
`https://instagram.com/<handle>/tagged` | ||
`https://www.instagram.com/explore/tags/<tag_name>` *(only Picuki)* | ||
|
||
### Unsupported URL | ||
|
||
`https://instagram.com/<handle>/tagged/` | ||
`https://www.instagram.com/s/<long_code>?story_media_id=<story_media_id>` | ||
|
||
`https://www.instagram.com/explore/tags/<tag_name>` | ||
`https://www.instagram.com/tv/<short_code>/?igshid=<igsh_id>` | ||
|
||
`https://www.instagram.com/explore/tags/<tag_name>/` | ||
## Development | ||
|
||
### Unsupported URL | ||
$ `git clone [email protected]:claromes/socialswitch.git` | ||
|
||
$ `cd socialswitch` | ||
|
||
[List of each type of URL for testing](urls.md) | ||
|
||
### Linter: | ||
|
||
Prerequisite: Node.js | ||
|
||
$ `npm install` | ||
|
||
`https://www.instagram.com/p/<short_code>` | ||
$ `npm run lint` | ||
|
||
## Roadmap | ||
|
||
- [x] Tags URL | ||
- [ ] Add to Firefox Add-ons | ||
- [ ] Media URL redirection | ||
- [x] Post URLs | ||
- [ ] TikTok options | ||
- [ ] Firefox Add-ons | ||
|
||
*Background image of the [promotional assets](assets) by [MagicPattern](https://unsplash.com/@magicpattern) on Unsplash* |
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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