Hacker News: prominent "More" button
Turns the inconspicuous "More" link at the bottom of the page into a clear, coloured button.
Code to copy
/* Make the "More" link stand out as a clear button */
.morelink {
display: inline-block !important;
padding: 8px 22px !important;
margin: 10px 0 !important;
background: #ff6600 !important;
color: #ffffff !important;
border-radius: 6px !important;
font-size: 11pt !important;
font-weight: bold !important;
text-decoration: none !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.