Skip to content

ajblog/annoying-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

AnnoyingJS Demo

🚀 Features

  • disappearText() – Text disappears when hovered.
  • shake() – Make the page or selected elements shake.
  • 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, 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>

🏗 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! 😈

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •