User:Polygnotus/Scripts/DiscussionToolsDrafts.js: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 94:
// Add description
const description = document.createElement('p');
description.textContent = 'This tool helps you manage saved DiscussionTools drafts in your browser storage. <span style="color: #3366cc; text-decoration: underline;">Click here to expand/collapse</span>.';
description.style.marginBottom = '15px';
description.style.color = '#54595d';