npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

illuminate-url

v0.0.7

Published

Illuminate is a command line tool that opens a URL at once

Downloads

12

Readme

illuminate

illuminate 是一個一次性打開一個 URL 的命令行工具。

主要爲隔離 ISP 之間的聯系。爲一個網站提供一個獨立的瀏覽器環境。 例如:對於一般的瀏覽器,用戶在某個購物網絡買了某個東西,再去某個綜合網站,即使你沒有登錄它,它也知道你是誰,並知道你的喜好,並推送相關的垃圾廣告給你。 其原理是依據命令行的 URL 入口域名建立對應的獨立的瀏覽器環境。 這是利用了內嵌 chromium 瀏覽器 的 electron 包,把每個入口域名當成一個獨立應用,在磁盤上看所有的不同域的瀏覽 catch 都在不同的目錄裏。 這種好處是,當你使用一個專有 web 應用或網購平臺時,只登錄一次,可以一直使用。不用擔心在用另外的搜索平臺時會有幹擾信息。或 clear 瀏覽器 catch 和 history 時一並 clear 了這個域名下登錄信息。 當然也可以使用 -c 參數來清對應域的緩存。或直接去刪對應的應用緩存目錄。而不影響其他。

安裝方法 ( Installation )

$ sudo npm install illuminate -g

用法示例:( Example )

$ illuminate http://example.com/