mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 19:39:30 +08:00

``` api.decoratePluginOutlet( "discovery-list-container-top", elem => { if (elem.classList.contains("foo")) { elem.style.backgroundColor = "yellow"; } } ); ```