📝 Description
Tired of Facebook Reels automatically replaying in an endless loop? This script stops that annoying behavior! Once a Reel finishes playing, it will pause on the last frame instead of automatically starting over.
✨ Features
- Stops Auto-Replay: Videos pause when they reach the end instead of looping
- Works Automatically: No configuration needed - just install and browse
- Lightweight: Minimal performance impact
- Dynamic Detection: Automatically works with new Reels as you navigate
- Manual Replay Available: You can still manually replay by clicking the video if desired
🚀 Installation
Install a userscript manager:
Install this script:
- Click the green "Install this script" button on Greasyfork
- Your userscript manager will open - click "Install"
Browse Facebook Reels:
- Navigate to any Facebook Reel (
facebook.com/reel/*)
- The script runs automatically!
📖 How It Works
When you watch a Facebook Reel:
- The script detects the video element
- Disables the
loop attribute
- Listens for the video to end
- Pauses the video on the last frame
- Prevents any replay attempts
You remain in full control - you can still manually replay videos or navigate to the next Reel using Facebook's controls.
🔧 Troubleshooting
Video still replays?
- Refresh the page (F5)
- Check that the script is enabled in Tampermonkey
- Open browser console (F12) and look for messages starting with 🎥
Script not working?
- Make sure you're on a Reel page (URL contains
/reel/)
- Disable conflicting extensions or scripts
- Try clearing your browser cache
🐛 Bug Reports & Feature Requests
Found a bug or have a suggestion? Please use the Feedback tab above to report issues with:
- Your browser and version
- Steps to reproduce the issue
- Any console error messages
📄 License
This script is released under the MIT License. Feel free to modify and share!
🙏 Support
If this script helps improve your Facebook browsing experience, consider:
- ⭐ Giving it a good rating on Greasyfork
- 💬 Leaving positive feedback
- 🔄 Sharing it with others who might find it useful
🔄 Version History
v1.0.0 (Initial Release)
- Basic auto-replay prevention
- Dynamic video detection
- Loop attribute monitoring
- Automatic pause on video end
Note: This script modifies client-side behavior only and doesn't interfere with Facebook's servers or violate their Terms of Service. It simply changes how videos play in your browser.