Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 688 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 688 Bytes

Avo

A small lightweight bookmarklet (also known as a favlet) with unblocked dev tools

Installation

  1. Show your bookmarks bar with ctrl + shift + b

  2. Right click on the bar and choose Add Page

  3. Set the name to avo and the URL to the code below or here

javascript:(function () {var a = document.createElement('script');a.src = 'https://cdn.jsdelivr.net/gh/FogNetwork/Avo/avo.min.js';document.body.appendChild(a);}())

Click the bookmarklet on any page to activate dev tools!

Usage

If you wish to use Avo commercially (on your service) you must include credit to Avo somewhere on your service