FunscriptPreviewHandler is an open-source Windows Explorer extension that lets you preview your .funscript files without opening them in a separate application.
Features
- Renders .funscript heatmap directly in Windows Explorer’s preview pane
- Metadata is also rendered for convenience
- Integrates with Windows Explorer
Installation
Regular Users (Recommended)
Simply download and run FunscriptPreviewHandler-Setup.exe
from the Releases page. The installer handles everything automatically.
Advanced Users
If you prefer manual installation, individual DLL files are provided:
- FunscriptPreviewHandler.dll
- Newtonsoft.Json.dll
- SharpShell.dll
You will need to launch SharpShell Server Manager and install the FunscriptPreviewHandler.dll
manually by clicking File > Load Server...
inside Server Manager.
Note: Manual installation is only recommended if you understand Windows shell extensions and registry requirements.
How to Use
- Install using the setup file
- Open Windows Explorer
- Navigate to a folder containing .funscript files
- Select a .funscript file
- The preview will appear in the preview pane (typically on the right side)
- If you don’t see the preview pane, press
Alt+P
or go to View → Preview pane
System Requirements
- Windows 10 or 11
- .NET Framework 4.7.2 or newer
Source Code
The project is open source (MIT license) and available on GitHub.
Feedback
If you encounter any issues or have suggestions for improvement, please open an issue on GitHub or reply to this thread.
I hope you find this useful! Cheers. PS: This was inspired by @smeedler’s request for a way to see .funscript
files without opening OFS.
Changelog
v1.0.2 - Theme toggle and resizeable metadata panel
v1.0.1 - Show extra metadata (performers, video URL, etc.) if available
v1.0.0 - Initial Release