Skip to content

Instantly share code, notes, and snippets.

View eduxar-sys's full-sized avatar

eduxar-sys

  • Joined Oct 10, 2025
View GitHub Profile
(function() {
/* --- Intelligent Writing Suite Bookmarklet --- */
/* Version 3.9 - Correction Dialog Workflow & UI Polish */
// Prevent re-injection if the script is already running on the page
if (document.getElementById('iws-bubble')) {
const panel = document.getElementById('iws-panel-container');
panel.style.display = panel.style.display === 'none' ? 'block' : 'none';
return;
}