Code Monkey home page Code Monkey logo

Comments (30)

SimonBrazell avatar SimonBrazell commented on May 20, 2024 2

Should be completed now with 'open in twitter' now working as expected in v1.1.32, due to go live on AMO shortly.

from privacy-redirect.

matteqa avatar matteqa commented on May 20, 2024 1

Either way could be seen as expected behavior so i wouldnt worry about it

from privacy-redirect.

SimonBrazell avatar SimonBrazell commented on May 20, 2024 1

@DJCrashdummy yes you're right, this slipped my mind to be honest, I'll re-open this to help remind me in the future when I have more time to work on this project again.

from privacy-redirect.

SimonBrazell avatar SimonBrazell commented on May 20, 2024

Hi @matteqa, yes I agree, this should work, I'll include this in the next build.

To fix this I can compare the initiator URL to the list of instances on the invidious repo and not redirect from these. But that means it won't work for any private or unlisted instances but I'm not sure how many of those there are anyway.

from privacy-redirect.

Jpxe avatar Jpxe commented on May 20, 2024

Wouldn't it be possible to compare the initiator URL to the instance variable set by the user to get private instances working?

from privacy-redirect.

SimonBrazell avatar SimonBrazell commented on May 20, 2024

@ToughGuyKunio yes that's a much better idea, I'll do that instead.

Thanks for the coffees btw mate, very much appreciated.

from privacy-redirect.

SimonBrazell avatar SimonBrazell commented on May 20, 2024

Please let me know if there are any problems with redirects in the latest version, this applies to Invidious, Nitter, and Bibliogram (OSM doesn't seem to have a similar feature).

Not released on Chrome yet as the previous release still hasn't been approved...

from privacy-redirect.

Jpxe avatar Jpxe commented on May 20, 2024

No view on youtube/twitter/instagram links work for me. Tested on both custom and standard instances.

from privacy-redirect.

matteqa avatar matteqa commented on May 20, 2024

Same issue here, tried on Firefox 74 with v1.1.18 but didn't work for Invidious or Bibliogram (not sure what links to test on Nitter). Even with the custom variables set in the settings for the servers.

Servers tested:

invidio.us
invidious.snopyta.org
bibliogram.pussthecat.org

from privacy-redirect.

SimonBrazell avatar SimonBrazell commented on May 20, 2024

Hmm seems the behaviour is different on each browser... sorry I'll look into it.

from privacy-redirect.

matteqa avatar matteqa commented on May 20, 2024

Also tried installing the ZIP in Brave but that gave an error (I assume because it's the Firefox build)

from privacy-redirect.

SimonBrazell avatar SimonBrazell commented on May 20, 2024

No problem I think I've found the issue, seems Firefox doesn't have the initiator value, funny I thought it would be compatible with Chrome, I'll find the alternative and fix this up with a new build.

@matteqa I haven't tested the plugin on Brave, in theory it should work but will need a CRX file to load, you can unzip the FF archive and then Load unpacked when in Developer mode.

from privacy-redirect.

matteqa avatar matteqa commented on May 20, 2024

I unpacked the ZIP in the releases and added it in Developer mode but got this error:

Unrecognized manifest key 'browser_specific_settings'.

"browser_specific_settings": {
"gecko": {
"id": "{b7f9d2cd-d772-4302-8c3f-eb941af36f76}"
}
}

from privacy-redirect.

matteqa avatar matteqa commented on May 20, 2024

Removing that line from the manifest.json made it install but the View as buttons still redirect

from privacy-redirect.

SimonBrazell avatar SimonBrazell commented on May 20, 2024

@matteqa that should just be a warning, I get the same error on stock chrome but it still installs:

Screen Shot 2020-03-31 at 4 57 59 pm

See how it's a yellow warning symbol vs the red error. If that isn't the case then perhaps Brave handles extensions a little differently to Chromium.

from privacy-redirect.

matteqa avatar matteqa commented on May 20, 2024

For me it still was labelled as 1.1.16 in the extension until i removed the line. Odd that Brave handles it differently considering it's supposed to be standard Chromium underneath.

from privacy-redirect.

Jpxe avatar Jpxe commented on May 20, 2024

I've been using the build from Chrome Store in Brave for a good while and had no problems with it.

from privacy-redirect.

SimonBrazell avatar SimonBrazell commented on May 20, 2024

Must just be when trying to load unpacked extensions then, good to know.

I'm having issues with the Nitter 'View in Twitter' links, caused by another fix I added the other day that removes the Twitter service worker if present, it doesn't have access to the initiator like the background script does... Maybe I'll just push out the change for Invidious and Bibliogram for now?

from privacy-redirect.

matteqa avatar matteqa commented on May 20, 2024

The Chrome store version is working for me fine. Just had trouble installing this new version manually because Brave seems to handle warnings as errors.

Also it turns out the reason the View As links weren't working for me on Brave was because I had two versions of the extension installed. My fault.

from privacy-redirect.

SimonBrazell avatar SimonBrazell commented on May 20, 2024

Oh cool, yeah it was working on Chromium for me, and I'm getting it working on Firefox now, I'll push up a new build shortly.

Thanks for your help!

from privacy-redirect.

SimonBrazell avatar SimonBrazell commented on May 20, 2024

One other problem I've found with the way it's different on Firefox - if you click the watch on YouTube link, and then refresh that page on Chrome it redirects the page to Invidious like it should, but on Firefox it stays on Youtube... not sure if that will be a problem.

from privacy-redirect.

SimonBrazell avatar SimonBrazell commented on May 20, 2024

Seems to work as expected if I copy the url to another tab though so at least the normal use cases aren't broken, so I think we are good to go, minus the Nitter links which I still need to work out.

from privacy-redirect.

SimonBrazell avatar SimonBrazell commented on May 20, 2024

Okay should be fixed now for Firefox in v1.1.19.

I've aborted the change for Nitter for now due to that other conflict I mentioned above.

from privacy-redirect.

SimonBrazell avatar SimonBrazell commented on May 20, 2024

Let me know how you go.

@matteqa another Aussie 🦘👋

from privacy-redirect.

matteqa avatar matteqa commented on May 20, 2024

👋

from privacy-redirect.

matteqa avatar matteqa commented on May 20, 2024

Looks all good on my end!

Thanks for developing this extension btw, it's really useful.

from privacy-redirect.

SimonBrazell avatar SimonBrazell commented on May 20, 2024

Awesome, I'll see if I can fix up the Nitter links in a future release!

No worries, it's a bit fun building and maintaining it, keeps me busy, especially lately when I'm stuck at home day and night!

from privacy-redirect.

Jpxe avatar Jpxe commented on May 20, 2024

Works for me too 👍

from privacy-redirect.

SimonBrazell avatar SimonBrazell commented on May 20, 2024

Thanks guys.

from privacy-redirect.

DJCrashdummy avatar DJCrashdummy commented on May 20, 2024

the "open in twitter"-links on nitter are still redirected (at least in firefox)... is still being worked on this (then wouldn't it be better to reopen & perhaps rename this issue) or won't this be fixed?
or should a new issue be opened about this particular problem?

from privacy-redirect.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.