Developer Tools

Golem

0
0
14
1

Golem is an open-source Lisp userscript manager for chrome and other browsers. This is still an early alpha version. Proceed with caution!

Features include:

– An interpreter for Schem, which is yet another dialect of Lisp.
– A “very” integrated development environment with live evaluation. (Powered by the Monaco Editor and Parinfer.)
– Esoteric syntax for doing stuff in other “contexts” – like manipulating the content of other tabs and windows.
– A mechanism to automatically apply your scripts whenever specific pages are loaded.
– A file with lots of examples that might give you an idea of how some features work. (Click on the extension icon, then [Open Example File].)
– No proper documentation that could spoil the fun of guessing how the rest of the features work.

Use this at your own risk and don’t run scripts from sources you don’t trust.
(Not that those sources would exist, but if they did: don’t!)

While I’m semi-confident that this extension won’t execute arbitrary javascript code in your browser, it will interpret arbitrary lisp code that can access most java script APIs. Meaning: while js’ eval() is blacklisted you can still do pretty much anything using the js interop syntax. Just to be on the safe side, you might want create a browser profile just for golem or at least deactivate it when you’re not playing with it.

Golem
Related posts
Developer Tools

Browserling - Cross-browser testing

Developer Tools

Selenium Page Object Generator

Developer Tools

IP Address and Domain Information

Developer Tools

APK Downloader for Google Play Store™

1 Comment

Comments are closed.