Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 717 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 717 Bytes

simple-browser-extensions

  • This repository contains useful browser extensions (bookmark links containing javascript code)
  • It uses a common behavior of all modern browsers - the bookmark might contain javascript code that manipulate with the page
  • The minified version is generated by encoding the script (URLEncode)

Usage

  • Create a new bookmark and paste the minified version of the script to the URL field

Develop

  1. Create or modify 'script.js' file
  2. Run yarn generate from package.json

Supported browsers (already tested)

  • Chrome
  • Firefox
  • Safari

Example