Skip to content

thomaschaplin/snippet-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

extension icon Snippet Library

A chrome extension with useful JavaScript snippets to aid software development and testing.

Installation

  • Download and extract this repository somewhere
  • Navigate to chrome://extensions within chrome
  • Ensure to switch Developer mode on (a toggle at the top right of the page)
  • Select Load unpacked and then navigate to the /extension folder
  • Navigate to a website and then right click it to access the Snippet Library context menu
  • After executing a snippet you can see the code as a bookmarklet by viewing the DevTools console

Current Snippets

Below is a list of snippets currently available with this extension.

Help

  • About

Events

  • Log Segment Events

Exploits

  • SQL Injection
  • XSS Injection

TBC

  • TBC