I once took a college course based entirely on answering the question 'What is globalization'
Globalization can be just about any interaction between two entities...
Moving production to China? Globalization
Moving production back to the US? Globalization
...
Anti-globalization movement? Globalization
Or maybe my professor was just nuts, I feel crazy typing this out
I wrote something very similar for reddit a while back using an extension called Tampermonkey. Reddit uses the same CSS classes on all their promoted content so if twitter does this same this could work.
Basically, you make an eventlistener on the scroll wheel and do document.getElementsByClassName('promoted-css-class-name'). Loop over the array of elements found and set the element style to 'display:none' for every element found every time you scroll.
>"...Hermes is not aimed at browsers or, for example, how Node.js on the server side"
Very confusing sentence..
>"We're not trying to compete in the browser space or the server space. Hermes could in theory could be for those kinds of use cases, that's never been our goal."
The article ends here, could anyone explain what the goal of Hermes is? It's great that Hermes is more efficient for React applications, but how am I going to deliver my React applications with Hermes? If facebook's goal isn't to "compete in the browser space or the server space" how do they plan to get people using Hermes?