Skip to content

twitter with titles for linked articles by Badlapje

Screenshot of twitter with titles for linked articles

Details

AuthorBadlapje

LicenseNo License

Categoryhttps://twitter.com

Created

Updated

Size631 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This style sheet shows the titles of articles in a tweet again visibly.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         twitter_with_titles_for_linked_articles
@version      20231006.21.29
@namespace    userstyles.world/user/Badlapje
@description  This style sheet shows the titles of articles in a tweet again visibly.
@author       Badlapje
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://twitter.com/home") {
a[target="_blank"] {
  position: relative;
}

a[target="_blank"]:after {
  display: block;
  content: ' (source: ' attr(aria-label) ') ';
  color: white;
  background-color: black;
  padding: .5rem;
}

a[target="_blank"] > div:last-of-type {
  position: absolute;
  top: 0;
}
}

Reviews

No reviews yet.