Thomas Moore

Results 8 comments of Thomas Moore

With that commit we now target all mastodon instances but could also now run on any webpage that matches the new @ match rule. So not closing for the moment,...

So in addition to the not amazing match rule which has been further supplemented with `*://*/settings/preferences` for the preferences page. When saving preferences it takes you to the root of...

I think I have some idea of what’s going on here. Most likely I’m sending the whole text including the @ to the translate server and it can’t work out...

Just pushed an update that should fix the detection by stripping mentions, sending that and then readding them back in. You can trigger an update in tamper/greasemonkey to get it...

Hey @guysoft, not really I'm afraid as I don't really use mastodon anymore (especially since the instance I was on closed). You're more than welcome to fork and submit PRs...

Just to add, the best way to almost certainly use npm for this. I guess best thing would be to abstract the current script from `index.user.js` into `index.js` and then...

So was playing around with this at the moment and unfortunately harder than I thought. The issue is because instances generally have a good Content Security Policy, this means that...

The jsonp method is also a no go `VM908:42 Refused to load the script 'https://translate.uchuu.io/en/text?callback=jsonp_callback_23953' because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'".` I think the...