open-url-in-container icon indicating copy to clipboard operation
open-url-in-container copied to clipboard

advertise redirector compatibility

Open apfelchips opened this issue 4 years ago • 4 comments

Hi, I just wanted to make people aware that this extension works perfectly with redirector, so you can easily create container redirects for certain websites.

https://github.com/einaregilsson/Redirector https://addons.mozilla.org/en-US/firefox/addon/redirector/?src=search

I've managed to replace two addons from my setup that I previously used to achieve the same results. https://addons.mozilla.org/en-US/firefox/addon/container-bookmarks https://addons.mozilla.org/en-US/firefox/addon/containerise

You might want to add a crossreference to the AMO description / README.md

Thanks for this awesome addon.

apfelchips avatar Apr 02 '20 22:04 apfelchips

Hey @apfelchips, thanks for sharing! @einaregilsson I'm open for this kind of cooperation, if you want to do it :)

honsiorovskyi avatar May 09 '20 11:05 honsiorovskyi

How does that work? How do you create a redirect to a container version?

einaregilsson avatar May 09 '20 17:05 einaregilsson

This for example is my youtube redirect rule, I can watch videos logged out of google and still use native subscriptions when going to the YT-home

        {
            "description": "YT -> YT Subs in container",
            "exampleUrl": "https://www.youtube.com/",
            "exampleResult": "ext+container:name=Personal&url=https://www.youtube.com/feed/subscriptions",
            "error": null,
            "includePattern": "^https://www.youtube.com/(\\?.*)?$",
            "excludePattern": "",
            "patternDesc": "",
            "redirectUrl": "ext+container:name=Personal&url=https://www.youtube.com/feed/subscriptions",
            "patternType": "R",
            "processMatches": "noProcessing",
            "disabled": false,
            "grouped": false,
            "appliesTo": [
                "main_frame",
                "history"
            ]
        },

also: https://addons.mozilla.org/en-US/firefox/collections/15843230/Container-Essentials/

apfelchips avatar May 10 '20 18:05 apfelchips

Cool. I'll add something to my readme the next time I do a release :)

einaregilsson avatar May 10 '20 21:05 einaregilsson