Skip to content

Instantly share code, notes, and snippets.

@drzo1dberg
Created June 21, 2025 10:18
Show Gist options
  • Select an option

  • Save drzo1dberg/0b558ee3e6aec05173339aecd49cd779 to your computer and use it in GitHub Desktop.

Select an option

Save drzo1dberg/0b558ee3e6aec05173339aecd49cd779 to your computer and use it in GitHub Desktop.
Removes X Notifications new Time feature
javascript:(()=>{
const s=document.createElement('style');
s.textContent='time[datetime]{display:none!important}';
document.head.appendChild(s)
}
)();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment