Ebi's bookmarklet

Test bookmarklet

Installation

Run test ←Please drag & drop this button to bookmark bar
or copy & paste code below

Description

This is test bookmarklet

Source code

test.js
const name = window.prompt("Please input your name!")
window.alert(`Hi, ${name}-san`);

Minified source code

javascript:!function(){const n=window.prompt("Please input your name!");window.alert(`Hi, ${n}-san`)}();
Edit this page