## 📜 Changelog
---
### 🆕 v1.6 – "Neon Boost + Performance Mode" (June 19, 2025)
* 💡 **New Feature: Performance Mode**
* Strips heavy page elements like footers, iframes, ads, and banners
* Disables Reddit’s ResizeObserver and IntersectionObserver spam
* Blocks unnecessary scroll/resize listeners to reduce CPU usage
* Auto-applies on each page update and mutation
* ⚙️ **New: Draggable Menu Panel**
* Gear icon and settings panel can now be repositioned by dragging
* Panel position saved to localStorage and persists between reloads
* Reset position button added
* 🛠️ **UI Overhaul**
* Rebuilt the control panel UI with **neon-themed glow**, hover effects, and modern font styling
* Added a new dark-transparent background to reduce eye strain
* Toggle button spins and glows on hover
* 💾 **Import/Export Settings**
* Export your full config to a downloadable JSON file
* Load custom configs instantly via import (drag-and-drop or file picker)
* 🧼 **Reset Buttons**
* Reset all script settings to factory defaults
* Reset UI panel position to original corner
* 🔄 **Better State Persistence**
* Font size, line height, wide mode, and all toggles now save reliably
* Runs all relevant effects after save: hideElements, applySettings, etc.
* 🧠 **Performance Tweaks**
* Menu interaction is snappier
* Removed unused code and deprecated video handler (for now)
* 🐛 Fixes:
* Menu no longer disappears when toggling options
* Prevented sidebar conflict from breaking layout
---
### ✅ v1.2 – Initial Public Release
* Added dark mode, wide mode, font size, and line height controls
* Added toggles for hiding promoted/suggested posts
* Floating gear menu added (bottom-right, static)
* Auto-expand comments and auto-refresh options
* Settings saved to localStorage