nopopup

1.0.0 • Public • Published

nopopup.js

Prevent popup boxes in JavaScript

⚙️ Installation

npm i nopopup

CDN Links:

📖 Usage

◉ Import

// ES6
import nopopup from "nopopup";

// commonjs
const nopopup = require("nopopup");

◉ Disable all popup boxes

import nopopup from "nopopup";

nopopup();

// Test it!
alert('hello');
confirm('world');

◉ Disable specific popup boxes

import nopopup from "nopopup";

nopopup(["alert"]);

// Test it!
alert('hello');
confirm('world');

Support me on PatreonCheck out my socials

Package Sidebar

Install

npm i nopopup

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

1.48 kB

Total Files

3

Last publish

Collaborators

  • axoraxdev