Skip to content

penguinify/math-bookmarklet

Repository files navigation

math-bookmarklet

Finish your math easily with this bookmarklet!

  • Easily Solve for x or calculate simple problems
  • Quickly Simplify any expression
  • Factor Quadratics and etc
  • View all steps in equation for free
  • Draggable UI

Install

Bookmarklet

  1. Create a new bookmark
  2. Copy and paste this into the url bar for the bookmark.
javascript: fetch("https://raw.githubusercontent.com/Penguinify/math-bookmarklet/main/dist/bundle.js").then(r => r.text()).then(r => eval(r))
  1. Go to any website and click the bookmark!
  2. If you found this useful give me a star!