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
- Host: GitHub
- URL: https://github.com/devkral/sort_librarything
- Owner: devkral
- Created: 2012-06-01T11:12:46.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-28T23:14:07.000Z (over 13 years ago)
- Last Synced: 2025-02-08T14:21:53.366Z (about 1 year ago)
- Language: Shell
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.