A fun and chaotic JavaScript library that annoys users by messing with their pages!
Perfect for pranks, or just making the web more... unpredictable.
- disappearText() – Text disappears when hovered.
- shake() – Make the page or selected elements shake.
- More coming soon!
You can install AnnoyingJS via npm:
npm install annoying-js
Here’s how to start annoying people with AnnoyingJS!
Using ES Modules:
import { disappearText, shake } from "annoyingjs";
// Make text disappear on hover
disappearText();
// Make the page or selected elements shake
shake();
Using a Script Tag:
<script src="https://cdn.jsdelivr.net/npm/annoyingjs"></script>
<script>
// Make text disappear on hover
annoyingjs.disappearText();
// Make the page or selected elements shake
annoyingjs.shake();
</script>
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
MIT License – Use it responsibly! 😈