
Hidden features of the superhub
Today, I got into something in the Habr code and found a commented out block there, which in essence is a panel with buttons for navigating messages. The commented code looks like this:
As you can see, this block provides the following functionality:
I wonder what habrarazrabotchiki say? ;)
UPD: The greasemonkey script from rozboris
arrived in time UPD2: Another script that so far only works in Opera. Posted by GMM
As you can see, this block provides the following functionality:
- Reload the message tree without reloading the page
- Skip to the next or previous unread message (this removes the mark that the message has not been read)
- Go to your posts
javascript: mc = document.getElementById ('main-content'); mc.innerHTML + = mc.childNodes [5] .data; void 0;
I wonder what habrarazrabotchiki say? ;)
UPD: The greasemonkey script from rozboris
arrived in time UPD2: Another script that so far only works in Opera. Posted by GMM