Greasy Fork is available in English.

Συζητήσεις » Αιτήματα Δημιουργίας

Highlight tweets that mention you

§
Δημοσιεύτηκε: 19/06/2014

Highlight tweets that mention you

I'd love a script that would highlight a tweet (green possibly?) on the main timeline when you're mentioned in it.

§
Δημοσιεύτηκε: 20/06/2014
§
Δημοσιεύτηκε: 21/06/2014

Or with Stylish https://addons.mozilla.org/en-US/firefox/addon/stylish/

● Use this code to highlight just your username that is mentioned in a tweet (not the whole tweet).
● Change the YourUsername to your actual @username (without the @).
● This will highlight on all twitter pages... if you want to have only highlight on specific pages, and not all,
then you need to change this line to be more specific.
@-moz-document domain("twitter.com") {



@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("twitter.com") {

.twitter-atreply.pretty-link[href="/YourUsername"]
{background: lightgreen !important;}
}

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.