Skip to content

Instantly share code, notes, and snippets.

@pi-chan
Created July 2, 2015 00:53
Show Gist options
  • Save pi-chan/3371e34d320eb6e2d930 to your computer and use it in GitHub Desktop.
Save pi-chan/3371e34d320eb6e2d930 to your computer and use it in GitHub Desktop.
TEDのtranscriptの時間を非表示にするユーザースクリプト
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.ted.com") {
.talk-transcript__para__time {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment