{"id":15710975,"url":"https://github.com/thomaschaplin/snippet-library","last_synced_at":"2025-05-12T21:21:05.440Z","repository":{"id":93303878,"uuid":"276731358","full_name":"thomaschaplin/snippet-library","owner":"thomaschaplin","description":"✂️ Chrome extension for JS snippets","archived":false,"fork":false,"pushed_at":"2021-03-14T21:49:04.000Z","size":221,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T03:41:32.439Z","etag":null,"topics":["chrome-extension","extension","google-chrome","google-chrome-extension","javascript","javascript-snippets","js-snippets","snippet","snippets","snippets-library","snipppets"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/thomaschaplin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["thomaschaplin"]}},"created_at":"2020-07-02T19:40:03.000Z","updated_at":"2023-10-12T02:01:48.000Z","dependencies_parsed_at":"2023-03-02T06:30:14.152Z","dependency_job_id":null,"html_url":"https://github.com/thomaschaplin/snippet-library","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomaschaplin%2Fsnippet-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomaschaplin%2Fsnippet-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomaschaplin%2Fsnippet-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomaschaplin%2Fsnippet-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomaschaplin","download_url":"https://codeload.github.com/thomaschaplin/snippet-library/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253823699,"owners_count":21969890,"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":["chrome-extension","extension","google-chrome","google-chrome-extension","javascript","javascript-snippets","js-snippets","snippet","snippets","snippets-library","snipppets"],"created_at":"2024-10-03T21:11:00.107Z","updated_at":"2025-05-12T21:21:05.424Z","avatar_url":"https://github.com/thomaschaplin.png","language":"JavaScript","funding_links":["https://github.com/sponsors/thomaschaplin"],"categories":[],"sub_categories":[],"readme":"# ![extension icon](./extension/icon48.png) Snippet Library\n\nA chrome extension with useful JavaScript snippets to aid software development and testing.\n\n## Installation\n\n- Download the latest release [here](https://github.com/thomaschaplin/snippet-library/releases/latest)\n- Navigate to `chrome://extensions` within chrome\n- Enable `Developer mode` (a switch at the top right of the page)\n- Click `Load unpacked` button\n- Browse to the release downloded folder and choose this folder\n- Navigate to a website and then right click it to access the `Snippet Library` context menu\n- After executing a snippet you can see the code as a bookmarklet by viewing the DevTools console\n\n## Snippets\n\nBelow is a list of snippets currently available with this extension\n\n\n\u003cdetails\u003e\n  \u003csummary\u003eHelp\u003c/summary\u003e\n\n   * About\n   * Version\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eExploits\u003c/summary\u003e\n\n   * Injection: SQL\n   * Injection: XSS\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eAccessibility\u003c/summary\u003e\n\n   * Element: Highlight With The Same ID\n   * Element: Remove With The Same ID\n   * Enable: Right Click\n   * Enable: Text Selection\n   * Enable: Pasting\n   * Text: Pascalcase\n   * Text: Lowercase\n   * Text: Uppercase\n   * Text: Increase Length\n   * Text: Increase All Length\n   * Text: Increase Button Length\n   * Text: Increase Labels Length\n   * Text: Increase All Links Length\n   * Image: Remove Without Alt Tags\n   * Image: List Alt Tags\n   * Image: Highlight With Alt Tags\n   * Image: Highligh Without Alt Tags\n   * Input: Remove Max Length\n   * Input: Remove Without Labels\n   * Input: Remove Required\n   * Input: Highlight Without Labels\n   * Form: Print Controls\n   * Misc: Visualise Tab Flow\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eConvert\u003c/summary\u003e\n\n   * Decode: Base64\n   * Encode: Base64\n   * Pretty Print: JSON\n   * Minify: JSON\n   * Convert Highlighted Text: ROT13\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eDOM\u003c/summary\u003e\n\n   * Table: Add Number Column\n   * Table: Transpose Tables\n   * Table: Sort Tables\n   * Image: Convert Images To Data URL\n   * Image: Overlay Images\n   * Image: Remove Images\n   * Image: Preview Images\n   * Input: Convert Input Types To Text\n   * Bullet Point: Convert Bullet Points To Numbers\n   * Colour: Print Colours Used\n   * Link: Highligh Internal \u0026 External Links\n   * Link: Display URLs As Links\n   * DOM: Design Mode Off\n   * DOM: Design Mode On\n   * Element: For Each Element Do...\n   * Element: Wrap\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eGitHub\u003c/summary\u003e\n\n   * Review: Mark As Viewed\n   * Review: Mark Files As Unviewed\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eMiscellaneous\u003c/summary\u003e\n\n   * Misc: Monkey Testing\n   * Misc: Console Save\n   * Misc: Log Globals\n   * Misc: Remove Bloat\n   * Misc: Restore Console\n   * Misc: Find Stack\n   * Misc: Generate QR Code For Current Website\n   * Misc: Log Word Frequency\n   * Account: Find Public Credentails\n   * Cookies: Remove All\n   * Cookies: View All\n   * Script: View All\n   * Source: View Highlighted Source\n   * Input: Display Passwords\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eNetwork\u003c/summary\u003e\n\n   * Network: Cache Buster\n   * Network: Generate Hash Link\n   * Network: Heatmap\n   * Network: Is This Website Down\n   * Network: Link Checker\n   * Network: Log Query Strings\n   * Network: Performance\n   * Network: Performance 2\n   * Network: Performance Stats\n   * Network: Show Headers\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eStyling\u003c/summary\u003e\n\n   * Pretty Print: CSS File\n   * CSS: Insert\n   * CSS: Plain\n   * CSS: Remove\n   * CSS: Remove 2\n   * CSS: View\n   * CSS: Reload\n   * CSS: Remove Colours\n   * Forms: Plain\n   * Font: What Font\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eEvents\u003c/summary\u003e\n\n   * Log: Segment Events\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomaschaplin%2Fsnippet-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomaschaplin%2Fsnippet-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomaschaplin%2Fsnippet-library/lists"}