1/3
4 Years of Service
Monthly Site Funding — $800 Goal
Keeping LewdCorner online + fast. If you enjoy the site, please consider pitching in this month.
Why this matters
Goal + Transparency
Goal: $800
What the $800 covers
How to Support
Notes
Latest Updates & Theme Patch Notes
Thank you to everyone who helps keep the site alive. Every bit counts — even small donations add up fast.
Keeping LewdCorner online + fast. If you enjoy the site, please consider pitching in this month.
Why this matters
- This isn’t a “random donation thread” — this is the monthly keep-the-lights-on fund.
- Your support directly covers hosting, protection, and the ongoing improvements you’ve been seeing lately (LU + theme updates).
- If you use the site regularly, even a small amount helps more than you think.
Goal + Transparency
Goal: $800
What the $800 covers
- Server: $300
- Cloudflare: $200
- Other site costs: $200
- Dev appreciation: $100
Server + Cloudflare are the core monthly bills. “Other site costs” covers misc services, maintenance, and anything that pops up during the month. “Dev appreciation” is exactly what it sounds like — funding the work that keeps updates shipping instead of the site stagnating.
How to Support
- Donate here: Donation Page
- After donating: please message me your donation amount + screenshot/txid so I can credit you and update the total.
Notes
- If you want your donation credited to your account / rank perks, make sure you message me the proof (screenshot or txid).
- If you’d rather stay anonymous, just tell me “anonymous” and I’ll still update the progress total.
- If you can’t donate, you can still help: report bugs, share feedback, keep the uploads flowing, and keep the community alive.
Latest Updates & Theme Patch Notes
### Latest Updates Page - Complete Patch Notes
Navigation & Categories
Sidebar & Filters
Sorting Improvements
Bug Fixes & System Stability
These changes cover all UI adjustments, logic corrections, and bug fixes implemented in this update.
Navigation & Categories
- Menu Streamlining: Removed the standalone "AI" and "AI+" chips from the top navigation bar to reduce clutter.
- Unified Games Stream: Updated the "Games" category logic to automatically include AI and AI+ content (Nodes 212, 213).
- AI / AI+ games now appear seamlessly inside the "All" and "Games" feeds.
- No separate menu buttons required.
Sidebar & Filters
- Restored Sidebar Prefixes:Fixed an issue where certain popular prefixes were hidden from the sidebar filter. These are now visible and selectable:
- Hand-Drawn
- Koikatsu
- HoneySelect (and HS2)
- VAM
- Various other Render and Asset styles
- Fixed Exclusion Logic: Completely rewrote the "Exclude" filter logic (specifically affecting "ASSETS / OTHER").
- Fix: Switched to strict ID matching.
- Previously, excluding a prefix ID like "1" could incorrectly hide IDs like "10", "12", "21", etc.
- Now it only excludes the exact target ID.
Sorting Improvements
- "New Threads" Sort: Fixed sorting to strictly order by creation date. Newly posted threads now properly appear at the top when selected.
- "Replies" Sort: Fixed sorting to correctly order by reply count.
- "Recently Updated" (Default) Logic:Improved the default sorting algorithm.
- Change: Now uses a hybrid check of GREATEST(Bump Date, Post Date).
- This ensures brand new threads appear at the top immediately, even if they haven’t received their first update/bump yet.
- Tag Sorting: Changed the default sort order for the Tag Selector to Alphabetical (A–Z) (previously sorted by usage count), making it easier to find specific tags.
Bug Fixes & System Stability
- Settings Persistence: Fixed a bug where the "Open Cards in New Tab" user preference wasn’t saving to Local Storage. It now correctly persists across page refreshes.
- Database Error Fix: Resolved a critical SQL error (Column 'post_date' in ORDER BY is ambiguous) that could cause the page to crash when switching sort modes.
These changes cover all UI adjustments, logic corrections, and bug fixes implemented in this update.
### LewdCorner Theme Update – Performance & Visual Overhaul
This update focuses on modernizing the UI, significantly improving page load speeds, and fixing display bugs.
Performance & Optimization
Visual Polish & Modernization
Bug Fixes & Cleanup
### Technical Summary (For Devs)
This update focuses on modernizing the UI, significantly improving page load speeds, and fixing display bugs.
- Smart Asset Loading:Implemented a global lazy-loading system.
- Images: All non-essential images now load lazily (
) and decode asynchronously (Code:
loading="lazy") to prevent page stutter.Code:decoding="async" - IFrames: Embeds now only load when scrolled into view.
- Videos: Preload set to metadata only to save massive bandwidth on page load.
- Images: All non-essential images now load lazily (
- LCP (Largest Contentful Paint) Boost: The site logo is now explicitly preloaded in the page header, making the initial paint feel instant.
- Rendering Efficiency: Applied
to thread lists. The browser skips rendering off-screen threads until you scroll to them.Code:
content-visibility: auto - CSS Optimization: Reduced animation complexity on list items to minimize layout thrashing during scrolling.
- Glassmorphism UI:
- Added subtle backdrop blur + transparency to menus and overlays for a modern, premium feel.
- Added a sheen effect (
overlay) to thread prefixes/labels.Code:
linear-gradient
- Refined Layouts:
- Rounded Corners: Standardized 8px rounded corners across content blocks.
- Depth: Replaced harsh borders with soft, diffused shadows (
) to create depth.Code:
box-shadow - Sidebar: Removed block backgrounds from the sidebar for a cleaner, floating-widget aesthetic.
- Interactive Elements:
- Buttons: Added a tactile lift effect on hover (
).Code:
transform: translateY(-1px) - Smooth Transitions: Links, buttons, and menus now have a smooth 0.2s ease-in-out transition.
- Scrollbars: Custom-styled WebKit scrollbars that match the theme palette (Dark Grey track / Blue thumb).
- Buttons: Added a tactile lift effect on hover (
- Typography & Accessibility:
- Enabled system-level font smoothing (
) for crisper text.Code:
antialiased - Dark Mode: Deepened background contrasts and added text shadows to block headers for better readability.
- Focus States: Improved keyboard navigation with clearer focus indicators.
- Enabled system-level font smoothing (
- User Ranks: Fixed an issue where the Godly rank (and others) would not display if the group name was capitalized differently in the Admin Panel. CSS matching is now case-insensitive.
- Cleanup: Removed experimental support banners to keep the interface clean.
### Technical Summary (For Devs)
- Modified Files:
(Head & JS),Code:
PAGE_CONTAINER(CSS),Code:extra.lessCode:style-LewdCorner-V3.xml - Key CSS Additions:
,Code:
content-visibility: auto,Code:backdrop-filter: blur,Code:loading="lazy"Code:fetchPriority="high"
Thank you to everyone who helps keep the site alive. Every bit counts — even small donations add up fast.
