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

ekto-noflash

v3.0.1

Published

Replace the non-free Flash-audioplayer on Ektoplazm.com with a browser-native audioplayer.

Downloads

4

Readme

Ektoplazm Noflash

This script replaces the non-free Flash-audioplayer with a browser-native audioplayer on the website Ektoplazm.

Ektoplazm is a website where you can freely download Creative-Commons licensed psytrance, techno and downtempo music in MP3, FLAC and WAV format.

Installation from source

Install using npm:

npm install ekto-noflash

Development mode

Build using npm run build:dev. A development server can be launched by npm run start:dev.

Production mode

Build minified version using npm run build:prod.

Install as Userscript

Start a server and serve the dist-folder. It is important not to drag-and-drop the file into the browser because then the character encoding gets messed up (at least in Firefox).

For example:

npm install http-server --global
http-server dist/ --port 8080 -a localhost

Then go to localhost:8080 and install with ViolentMonkey or your userscript-manager of choice.

Install as WebExtension

Make sure that web-ext is installed and that the script was built as described above. Then npm run web-ext:run to launch it or web-ext:build to make a build which can then be loaded from the browser.

Usage

This script is available to install from openuserjs.org.

Contributing

Contributions are welcome, just make sure to create an issue first discussing what you would like to change.

Donations

Donations should be directed to the owner of Ektoplazm. Read more about donation options and payment methods (including cryptocurrency) here.

License

MIT