An open API service indexing awesome lists of open source software.

https://github.com/devkral/sort_librarything

sort authors in librarything via bookmarklet
https://github.com/devkral/sort_librarything

Last synced: 11 months ago
JSON representation

sort authors in librarything via bookmarklet

Awesome Lists containing this project

README

          

Installation:
Open a "new bookmark"-dialog (if the bookmark has no address line: save the bookmark and edit it).
Insert the content of list_names_ready.txt in the address line and name the bookmark like you want.

"Compiling":
new method: Use converter script: convert_to_bookmarklet.sh (sorry, had no good idea how I should call it)
old method: Remove the newlines in list_names_template.txt until you have one line left.

list_names_template.txt is just for a better overview over the code.

Hacking:
Every statement has to end with ; except functions and if clauses when they end with }.

Thanks:
Thanks to @work for his brilliant example.