https://github.com/devkral/librarything_link
finds author page on librarything to author page on wikipedia
https://github.com/devkral/librarything_link
Last synced: 9 months ago
JSON representation
finds author page on librarything to author page on wikipedia
- Host: GitHub
- URL: https://github.com/devkral/librarything_link
- Owner: devkral
- License: other
- Created: 2012-06-27T23:11:49.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-11T16:07:20.000Z (over 13 years ago)
- Last Synced: 2025-06-25T07:02:15.355Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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 bookmarklet_via_title_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 bookmarklet_via_title.txt until you have one line left.
bookmarklet_via_title.txt is just for a better overview over the code.
to_library_thing_name_transformation.js is for people wanting a script in their website
Hacking:
Every statement has to end with ; except functions and if clauses when they end with }. Comments with // need a space after // Elsewise I can't be sure that I don't delete a http:// statement
Thanks:
Thanks to @work for his brilliant example.