INFOSEXTANT is the browser extension to automatically change Wikipedia links to Infogalactic.
Firefox: https://addons.mozilla.org/en-US/firefox/addon/infosextant
Chrome: https://chrome.google.com/webstore/detail/infosextant/plieanmckkckfcdfaobonmmmbeniaige
Opera version coming soon. Brave integration coming soon. Please note that the Chrome extension is an updated version and is an improvement on the previous one.
With regards to Safari, that should be doable but we need a Macintosh programmer to do it. Any takers? Blake explains:
Safari does have extensions on OS X (not iOS), but they work on a different system than the other browsers and I don't have a Mac to do the development/testing with. The scripting for this was pretty simple and I believe the same javascript could be used for a Safari extension. If you can find a volunteer with a Mac and a bit of technical aptitude it shouldn't be hard for them to get it up and running. The basics they would need to get started are available here.
No Mac programming here, but I'd love to make a Microsoft Edge extension.
ReplyDeleteI ported the chrome extension to safari for my personal use. I can look into submitting it to the safari extension gallery.
ReplyDeleteVFM #424 here-- I have been a big fan of Opera for years. I have never figured out why it is not more popular.
ReplyDeleteThis seems like it would do the trick with a little work.
ReplyDeletehttps://github.com/sjmulder/urlrewrite-safari
Verified this extension from github will work on Mac:
ReplyDeletehttps://github.com/sjmulder/urlrewrite-safari
Use this string as source: https://en.wikipedia.org/wiki
And this as destination: http://infogalactic.com/info
In the settings once its installed.
I've also looked at urlrewrite-safari ad adapted it for this purpose (adaptation users no user settings). If Jack's plugin works, then great. If there is a problem with it, let me know and I'll polish up what I have and submit it.
ReplyDeleteIt looks like apple removed their free safari developer program, so I am unable to release it. I put what I ported over from chrome on github, if anyone has a developer account feel free to release it. It is fully working with icons, but it needs the developer cert to be placed in the directory. https://github.com/jackmccoi/infosextant
DeleteI've signed the Safari plugin so others can use it without building it themselves. It's available at http://www.peircecentral.com/infosextant.safariextz
ReplyDeleteIf I don't hear about any problems, I'll submit it to the Safari Extensions Gallery.
just a heads up, the chrome version works perfectly with the Vivaldi browser (Vivaldi is the direct spiritual successor to the original Opera Browser - HIGHLY recommended!)
ReplyDeleteI wasn't able to get that plugin working on Pale Moon, so I learned how to create a Greasemonkey script:
ReplyDeletehttp://blog.spiralofhope.com/?p=21689
TL;DR
window.location = window.location.href.replace( "en.wikipedia.org/wiki", "infogalactic.com/info" );
Apparently, the latest version of Pale Moon for LINUX does not support Greasemonkey, so no joy here.
ReplyDelete