Less to Greater, Bookmarklet Edition
post by Three-Monkey Mind · 2018-10-11T04:21:39.672Z · LW · GW · 1 commentsThis is a link post for https://www.threemonkeymind.com/l2g/
Contents
1 comment
Lesser2Greater is a Chrome extension that redirects from lesswrong.com to greaterwrong.com. I’d like to use it, but I’m not a Chrome user. I do, however, use bookmarklets, so I made one to replicate Lesser2Greater’s functionality.
1 comments
Comments sorted by top scores.
comment by Regex · 2018-10-26T17:18:58.126Z · LW(p) · GW(p)
I independently generated an alternative solution using the redirector extension:
http://einaregilsson.com/writing-a-browser-extension-for-three-browsers/
Pattern:
Example URL: http://lesswrong.com/some_path
Include pattern: *lesswrong*
Redirect to: $1greaterwrong$2
You should get out example result:
http://greaterwrong.com/some_path
(I am using Firefox and I assume it is the same on other browsers)