24
loading...
This website collects cookies to deliver better user experience
<meta>
tag and API we discussed, with W3C. A draft standard is already available, but, as usual, these things take time.<link rel="monetization">
that could be used — provided RSS readers start doing something with this information, most likely transferring it to the page’s <meta>
tag. As far as I know no RSS reader actually does so as yet.@media all and (monetization: monetized) {
#extraContent {
display: block;
}
}
monetizationstart
event fires in JavaScript)? That sounds reasonable, but it may take a few seconds, so it may take a little while before the extra content becomes visible, which could lead to a jagged user experience. On the other hand, the current extra content scripts that use monetizationstart
have the same problem. A media query would not make things worse.24