TinyMCE
TinyMCE is an online rich-text editor released as open-source software. TinyMCE is designed to integrate with JavaScript libraries, Vue.js, and AngularJS as well as content management systems such as Joomla!, and WordPress.
About
TinyMCE is an online rich-text editor released as open-source software. TinyMCE is designed to integrate with JavaScript libraries, Vue.js, and AngularJS as well as content management systems such as Joomla!, and WordPress.
Categories: Rich text editors
Quick facts
How we detect TinyMCE
Each signal alone is rarely conclusive — Sourcemap Explorer cross-references all of them and weights by confidence. You can reproduce any of these checks yourself in Chrome DevTools.
Window-level global the technology installs on page. Reproducible by typing the path into the DevTools console.
window.tinyMCE.majorVersion = ([\d.]+)
window.tinymce
Script URL pattern. Typically a CDN host or chunk path that ships with the technology.
/tiny_?mce(?:\.min)?\.js
FAQ
How do I check if a website is using TinyMCE?
Open the page in Chrome, click the Sourcemap Explorer toolbar icon, and read the Stack tab. The popup matches TinyMCE's fingerprint signals (response headers, asset URL prefixes, runtime globals, sourcemap paths) and flags it whenever any combination is found. The same checks can be reproduced manually in DevTools — see the "How we detect" section above.
What TinyMCE version can Sourcemap Explorer detect?
TinyMCE ships as a hosted rich text editors rather than a bundled npm package, so version-specific detection isn't always possible. Where the platform leaks a version in response headers (`X-Powered-By`, `Server`, generator meta tags) we surface it; otherwise we report presence only.
Where can I read more about TinyMCE?
Official site: https://www.tiny.cloud/tinymce/. For Sourcemap Explorer's detection guide, see the deep-dive link below or the related guides in the cross-link section.
Detected by Sourcemap Explorer
Open the popup on any page running TinyMCEand you'll see the exact version pulled from the bundled package.json when sourcemaps are exposed.