annoying-js
v1.0.0
Published
A fun JavaScript library that messes with webpages in weird ways.
Readme
Annoying-JS 😈
A fun and chaotic JavaScript library that annoys users by messing with their pages!
Perfect for pranks, or just making the web more... unpredictable.

🚀 Features
- disappearText() – Text disappears when hovered.
- randomShake() – Makes the page shake randomly.
- More coming soon!
📦 Installation
You can install AnnoyingJS via npm:
npm install annoying-js🛠 Usage
Here’s how to start annoying people with AnnoyingJS!
Using ES Modules:
import { disappearText, randomShake } from "annoyingjs";
// Make text disappear on hover
disappearText();
// Make the page randomly shake
randomShake();Using a Script Tag:
<script src="https://cdn.jsdelivr.net/npm/annoyingjs"></script>
<script>
// Make text disappear on hover
annoyingjs.disappearText();
// Make the page randomly shake
annoyingjs.randomShake();
</script>🏗 Contributing
We love contributions! 🎉
1-Fork the repo
2-Clone your forked repo
3-Create a new branch
4-Make your changes and commit
5-Push to your fork and submit a Pull Request
📜 License
MIT License – Use it responsibly! 😈
