New: Introducing PHP and Composer Support.Read the Announcement
Socket
Book a DemoInstallSign in
Socket

hnet-winbox

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hnet-winbox

#### Live Demo and Code Example

latest
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

Winbox implemented using js+iframe

Live Demo and Code Example

https://hideip.network

How to use?

pnpm add hnet-winbox
//svelte main.js
import "hnet-winbox/dist/assets/css/index.css"

//vue app.js
import "hnet-winbox/dist/assets/css/index.css"

//react App.jsx
import "hnet-winbox/dist/assets/css/index.css"
import WindowManager from "hnet-winbox";

Instantiate

new WindowManager('Texta', {
      url: 'https://www.google.com/webhp?igu=1',
      icon?: 'https://public.aisb.top/e06e8a0ef1a018d7b6944df936f2a3c1/dK10APa.png',
      width?: 40,
      height?: 60,
      background?: "purple",
      ads?:""
});

Options

OptionValuesDescription
titlestringWindow title
idnumberSet a unique id to the window. Used to define custom styles in css, query elements by context or just to identify the corresponding window instance. If no ID was set it will automatically create one for you.
indexnumberSet a unique index to the window
windIdstringWindow DOM
urlstringWindow load content url
iconstringWindow icon
widthnumberWindow width,0 ~ 100
heithnumberWindow heith,0 ~ 100
backgroundstringWindow header background
adsstringShow interstitial content when zooming

CSS Element

You can do rewritten css

  • .hnet-window

  • .hnet-title

  • .hnet-minimize

  • .hnet-maximize

  • .hnet-close

  • .hnet-ads

FAQs

Package last updated on 01 Jul 2025

Did you know?

Socket

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.

Install

Related posts