Annoyed by the red Show more | Show less click/links on pages such as:
Then do as I did:
Install the Stylish Add-on for Firefox
Write a new style as follows:
Give it a Name and Save
- You can probably do the same using Chrome's Stylish Add-on - haven't tried myself.
Then do as I did:
Install the Stylish Add-on for Firefox
Write a new style as follows:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.bbc.co.uk") {
.copy {display: inline !important; }
.truncate-link {display: none !important; }
}
@-moz-document domain("www.bbc.co.uk") {
.copy {display: inline !important; }
.truncate-link {display: none !important; }
}
- You can probably do the same using Chrome's Stylish Add-on - haven't tried myself.
Comment