{"id":21472502,"url":"https://github.com/tpatel/bookmarklets","last_synced_at":"2026-03-19T20:32:45.018Z","repository":{"id":145077147,"uuid":"43800834","full_name":"tpatel/bookmarklets","owner":"tpatel","description":"Library of bookmarklets","archived":false,"fork":false,"pushed_at":"2015-10-16T07:47:16.000Z","size":140,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-23T16:38:36.995Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://tpatel.github.io/bookmarklets/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tpatel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-07T07:26:14.000Z","updated_at":"2023-01-26T09:24:19.000Z","dependencies_parsed_at":"2023-04-10T07:28:29.084Z","dependency_job_id":null,"html_url":"https://github.com/tpatel/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/tpatel%2Fbookmarklets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpatel%2Fbookmarklets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpatel%2Fbookmarklets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpatel%2Fbookmarklets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tpatel","download_url":"https://codeload.github.com/tpatel/bookmarklets/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243989712,"owners_count":20379648,"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":[],"created_at":"2024-11-23T09:50:48.737Z","updated_at":"2026-01-03T17:04:44.077Z","avatar_url":"https://github.com/tpatel.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bookmarklets\nLibrary of bookmarklets\n\n\n- Mute all the html5 video/audio elements ([source](http://tpatel.github.io/bookmarklets/#function%20volume%28val%29%20{%0A%09[%27audio%27%2C%20%27video%27].forEach%28function%28name%29%20{%0A%09%09var%20items%20%3D%20document.querySelectorAll%28name%29%3B%0A%09%09items%20%3D%20Array.prototype.slice.call%28items%29%3B%0A%09%09items.forEach%28function%28i%29%20{%0A%09%09%09i.volume%20%3D%20val%3B%0A%09%09}%29%3B%0A%09}%29%3B%20%0A}%0Aif%28window.plugin_mute_hangout%29%20{%0A%09window.plugin_mute_hangout%20%3D%20false%3B%0A%09volume%281%29%3B%0A}%20else%20{%0A%09window.plugin_mute_hangout%20%3D%20true%3B%0A%09volume%280.05%29%3B%0A}))\n- Pause/Unpause a page to lower the memory consumption of openned tabs ([source](http://tpatel.github.io/bookmarklets/#if%28%2F^about%3Ablank%2F.test%28window.location.href%29%0A%09%09%26%26%20%2F^%23url%3D%2F.test%28window.location.hash%29%29%0A%09window.location%20%3D%20decodeURIComponent%28window.location.hash.substr%285%29%29%3B%0Aelse%0A%09window.location%20%3D%20%27about%3Ablank%23url%3D%27%20%2B%20encodeURIComponent%28window.location%29%3B))\n- Extract a list of tasks from iDoneThis ([source](http://tpatel.github.io/bookmarklets/#var%20res%20%3D%20[]%3B%0A%24.each%28%24%28%27.done-text%20.inline-text%27%29%2C%20function%28%29%20{%0A%09var%20self%20%3D%20%24%28this%29.clone%28%29%3B%0A%09console.log%28self.text%28%29.trim%28%29%2F*%2C%20self.find%28%27a[target%3D%22_blank%22]%27%29*%2F%29%3B%0A%09%24.each%28self.find%28%27a[target%3D%22_blank%22]%27%29%2C%20function%28%29%20{%0A%09%09var%20self%20%3D%20%24%28this%29%3B%0A%09%09console.log%28self.text%28%29%2C%20self.attr%28%22href%22%29%29%0A%09%09self.replaceWith%28self.attr%28%22href%22%29%29%3B%0A%09}%29%3B%0A%09var%20done%20%3D%20%27-%20%27%20%2B%20self.text%28%29.trim%28%29%3B%0A%09console.log%28done%29%3B%0A%09res.push%28done%29%3B%0A}%29%3B%0Afunction%20popitup%28url%29%20{%0A%09newwindow%3Dwindow.alert%28url%29%3B%0A}%0Avar%20text%20%3D%20res.join%28%27\\n%27%29%3B%0Apopitup%28text%29%3B))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpatel%2Fbookmarklets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftpatel%2Fbookmarklets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpatel%2Fbookmarklets/lists"}