- The view raw click hasn’t a hide raw functionality
3. I found some people, non tech-savey, even though it’s aimed at developers I know some non-developers that use pastebins and they were double clicking meaning it would never show up.
You could show the hide raw link on a different place for example before the view raw link and hide the view raw link using visibility: hidden in the css.
For non javascript comaptibility you could add a real link.
http://stikked.com/view/bcec350f for the page without the raw view
http://stikked.com/view/bcec350f/raw for the page with the raw viewIn the jquery click event you just add return false.
It is 100% compatible with javascript disabled, as it is hidden by javascript. I will add a second link.
—ben