
Research
/Security News
Fake imToken Chrome Extension Steals Seed Phrases via Phishing Redirects
Mixed-script homoglyphs and a lookalike domain mimic imToken’s import flow to capture mnemonics and private keys.
browser-reloader
Advanced tools
An Awesome CLI tool to reload browser on every code change
Save once reload everywhere. Browser Reloader helps you reload the browser when your code change. This tool use chokidar for watching directories and socket.io are used to communicate with the browser.
Features:
Next features:
Locally:
npm i browser-reloader
Globally:
npm i -g browser-reloader
There are two method to connect with browser.
To install, clone the repository locally, open chrome://extensions/, check the "Developer mode" box, and use "Load unpacked" extension on the directory containing your clone.
Manifest V2 (Recommended)
Visit repository
Manifest V3
Visit repository
Firefox and Firefox android
Get Extension
Add this script tag into your project. If you want to reload both (locally and remotely) browser just add remote wi-fi script tag.
Locally:
<script src="http://localhost:64356/reloader.js"></script>
Remote Wi-Fi:
<script src="http://{IPv4 Address}:64356/reloader.js"></script>
$ reloader --help
Options:
-w, --watch [type...] To watch directory, you can watch multiple directories
-h, --host [type...] For reload host, also reload multiple hosts
-p, --port [type] For port
--help display help for command
$ reloader : default watches all directories and reload all localhost
$ reloader -w public views : watches public ,views directories and reload all localhost
$ reloader -w public/css views : watches css[inside public folder] ,views directories and reload all localhost
$ reloader -w public views -p 4000 : watches public ,views directories and reload localhost:4000
$ reloader -w public views -p 4000 -h ip : watches public ,views directories and reload {Ipv4 address}:4000 Note: if you want to reload another pc or android browser then use it
$ reloader -w public views -p 4000 -h ip localhost : watches public ,views directories and reload {Ipv4 address}:4000, localhost:4000 Note: if you want to reload current pc browser and another pc or android browser then use it
Important Note: ip command automatically detect your ipv4 address
$ reloader -w public views -h localhost:3000 localhost:4000 : watches public ,views directories and reload {Ipv4 address}:4000, localhost:4000 Note: if you want to reload multiple port
Current Browser: If you want to reload your current browser then do nothing just install browser extension.
Remote Browser: If you want to reload remote browser through local wifi then switch local to wifi, input Ipv4 address then press connect. see below
If you want to contribute or report any bug, you welcome
Sorry for my poor English. Don't forget to give a star
FAQs
A lightweight, configurable file watcher with live-reload capability for browser development via WebSocket.
The npm package browser-reloader receives a total of 5 weekly downloads. As such, browser-reloader popularity was classified as not popular.
We found that browser-reloader demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Mixed-script homoglyphs and a lookalike domain mimic imToken’s import flow to capture mnemonics and private keys.

Security News
Latio’s 2026 report recognizes Socket as a Supply Chain Innovator and highlights our work in 0-day malware detection, SCA, and auto-patching.

Company News
Join Socket for live demos, rooftop happy hours, and one-on-one meetings during BSidesSF and RSA 2026 in San Francisco.