Frontend JS Library Vulnerability Scanner - Online Check Version
Paste a URL or HTML to detect known vulnerable JavaScript library versions. Quick security audit. Client‑side only.
UD5 Toolkit
Paste your JavaScript code below and instantly get a ready-to-use bookmarklet. Drag it to your bookmarks bar or copy the encoded link.
javascript: followed by encoded JavaScript code.
javascript: URL into the URL field.encodeURIComponent() so the
browser can properly interpret the JavaScript when the bookmark is clicked. Without encoding,
these characters could break the URL structure or cause syntax errors. This tool handles all
encoding automatically.
(function(){ ... })();. This creates a private scope, preventing your variables
from leaking into the page's global scope and avoiding conflicts with existing scripts.
It also ensures the return value of your code doesn't cause the browser to navigate away.
We strongly recommend keeping this option enabled for all bookmarklets.
javascript: code. On
Android Chrome, you can use the address bar: type the bookmarklet's name,
and Chrome will suggest the bookmarklet. Some mobile browsers have limited support, so
always test your bookmarklet on target devices.
<script> tag into the page to load external libraries before executing
dependent code. However, this adds complexity and delay. For most bookmarklets,
vanilla JavaScript is recommended since modern browsers support ES6+
features natively. Keep bookmarklets self-contained for best reliability.
<a href="javascript:...">Drag me</a>
that users can drag to their bookmarks bar—exactly how our "Drag to Bookmarks Bar" button works.
Paste a URL or HTML to detect known vulnerable JavaScript library versions. Quick security audit. Client‑side only.
Look at HTTP headers and JavaScript objects to guess which browser extensions might be installed. For awareness.
Generate a horizontal Code‑128 barcode from any string. Download as PNG or SVG. Works offline. For inventory.
Paste two JSON objects and see a highlighted diff showing what was added, removed, or changed. For API testing.
Define min and max font sizes and viewport widths. Generate a complete fluid type scale using CSS clamp() for all headings.
Convert a Gregorian calendar date to its Julian Day Number and vice versa. Used in astronomy and mainframe computing.
Convert any integer up to 3999 into its Roman numeral representation and vice versa. Quick and accurate. Local.
Convert numbers to Roman numerals and decode Roman numerals back to numbers. Supports up to large values. A fun educational tool running entirely in your browser.
Paste long text and split it into 2, 3, or 4 balanced CSS columns. Preview and copy HTML/CSS. For magazine layouts.
Convert any date into Roman numerals (day‑month‑year) for tattoos or special occasions. Clean and local.
Encode decimal integers into signed magnitude binary representation and decode back. Learn computer arithmetic.
Write expressions with clamp(), min(), max(), abs(), sign(), round() and see the computed value. Modern CSS calculations.
Convert any date into Roman numerals (day‑month‑year) for tattoos or special occasions. Clean and local.
Shows live countdown to major holidays and allows custom ones. Visual calendar. Local browser storage.
Calculate tips and split bills easily. Adjust tip percentage and number of people. Perfect for dining out. All computations happen on your device.
Pomodoro timer that saves completed sessions to localStorage. View daily/weekly stats. Boost productivity with data.
Fairly distribute pooled tips among staff based on hours worked or points. Customizable percentages. All calculations local and private.
Adjust cocktail ingredient quantities based on desired total volume or number of servings. Preserve classic ratios. Perfect for home bartenders.
Enter starting room temp, target temp, and method to see how many minutes to chill your wine perfectly.
Enter min and max font sizes and viewport widths to generate a perfect CSS clamp() expression. Fluid typography without media queries.
Calculate how many books, DVDs, or vinyl records fit on a shelf given its length and depth. Useful for home library planning. Local only.
Find equivalent colors across DMC, Anchor, and Madeira embroidery floss brands. Enter a code to see matches. Local reference database.
Convert decimal negative and positive numbers to 8/16/32-bit two's complement binary. Essential for low-level programming.
Wait for the box to turn green, then tap as fast as possible. Measure milliseconds. Compete with friends.
Find out what day number of the year any date is (1‑366). Also shows days remaining. Simple reference.
Enter any date and instantly know which quarter it belongs to. Also shows fiscal quarter if start month set.
Hash any text using simple, fast algorithms: DJB2, SDBM, or CRC32. Get integer or hex. For quick lookups. Local.
Create CSS clamp() values for fluid typography. Enter min and max font sizes and viewport widths. Modern responsive design.
Generate a realistic‑sounding dinosaur name and see a fun description. Perfect for kids and writers.
Create a customizable checkerboard or grid background using pure CSS gradients. Adjust cell size and colors. Copy the code.