{"id":19053240,"url":"https://github.com/radlikewhoa/bookmarklets","last_synced_at":"2025-04-24T02:46:13.075Z","repository":{"id":147753193,"uuid":"11954748","full_name":"RadLikeWhoa/bookmarklets","owner":"RadLikeWhoa","description":"bookmarklets is a curated list of, you guessed it, bookmarklets that are useful on the web.","archived":false,"fork":false,"pushed_at":"2015-06-01T07:13:41.000Z","size":15146,"stargazers_count":88,"open_issues_count":0,"forks_count":8,"subscribers_count":5,"default_branch":"gh-pages","last_synced_at":"2025-04-18T10:24:03.076Z","etag":null,"topics":["bookmarklet","bower","css","gulp","js","node","web"],"latest_commit_sha":null,"homepage":"https://sacha.me/bookmarklets","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RadLikeWhoa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-08-07T16:27:18.000Z","updated_at":"2025-02-22T07:31:55.000Z","dependencies_parsed_at":"2023-03-30T06:09:09.255Z","dependency_job_id":null,"html_url":"https://github.com/RadLikeWhoa/bookmarklets","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RadLikeWhoa%2Fbookmarklets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RadLikeWhoa%2Fbookmarklets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RadLikeWhoa%2Fbookmarklets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RadLikeWhoa%2Fbookmarklets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RadLikeWhoa","download_url":"https://codeload.github.com/RadLikeWhoa/bookmarklets/tar.gz/refs/heads/gh-pages","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250552028,"owners_count":21449161,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bookmarklet","bower","css","gulp","js","node","web"],"created_at":"2024-11-08T23:29:43.231Z","updated_at":"2025-04-24T02:46:11.570Z","avatar_url":"https://github.com/RadLikeWhoa.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [bookmarklets](http://radlikewhoa.github.io/bookmarklets)\r\n\r\nBookmarklets are awesome. They sit in your favourites quietly without hogging any resources, being quick to they're quick to add and even quicker to use. They provide a wide variety of features on all kinds of sites. But some sites make it terribly hard to find their bookmarklets, others don't even officially provide one. That's why I created this site. This is a place to find bookmarklets for your favourite websites, be it social media sites like Twitter, Facebook or Tumblr, or sites like GitHub, Gist, and Zootool.\r\n\r\nThe list is frequently updated with new and even more awesome entries. Read on to find out how you can add new bookmarklets yourself in order to help improve the site.\r\n\r\n## Working with the code\r\n\r\nbookmarklets is built using [gulp](). The default gulp task sets up a local server, some watchers for all filetypes so you're ready to go.\r\n\r\n```\r\ngit clone https://github.com/RadLikeWhoa/bookmarklets.git\r\ncd bookmarklets\r\ngulp\r\n```\r\n\r\nOnly files in the `src` directory should be edited. If all you want to do is add a new bookmarklet you only need to work inside the `networks` directory.\r\n\r\n## Adding new bookmarklets\r\n\r\nAdd new bookmarklets to the `networks` folder.\r\n\r\nIf a .json file for the network you're trying to add already exists, you can add further bookmarks to the the same file as part of the `bookmarklets` collection (and following the standard format). You can read more about the format in the table further down this page.\r\n\r\nIf there is no existing .json file you'll need to add one yourself. Your new file should look like this:\r\n\r\n```javascript\r\n{\r\n  \"network\": \"\",\r\n  \"category\": \"\",\r\n  \"color\": \"\",\r\n  \"bookmarklets\": [{\r\n    \"name\": \"\",\r\n    \"code\": \"\"\r\n  }]\r\n}\r\n```\r\n\r\n| Property     | Descripton                                                                 |\r\n|--------------|----------------------------------------------------------------------------|\r\n| network      | The name of your network (e.g. \"Twitter\", \"Facebook\", etc.)                |\r\n| category     | Your network's category. (e.g. \"social\", \"news\")                           |\r\n| color        | Your network's primary color, or [brand color](http://brandcolors.net).    |\r\n| bookmarklets | An array representing the network's bookmarklets. Each bookmarklet is an object, consisting of a `name` (the bookmarklet's action) and  a `code` (the bookmarklet's actual code) entry. |\r\n\r\nAfter you've added your new bookmarklet you need to run `gulp dry` (build without preview) or `gulp` (build with preview).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradlikewhoa%2Fbookmarklets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fradlikewhoa%2Fbookmarklets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradlikewhoa%2Fbookmarklets/lists"}