Skip to content

Instantly share code, notes, and snippets.

@0xBADC0FFEE
Created September 5, 2018 10:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0xBADC0FFEE/a7e48840cfb92fdf9b6f8e39e409f907 to your computer and use it in GitHub Desktop.
Save 0xBADC0FFEE/a7e48840cfb92fdf9b6f8e39e409f907 to your computer and use it in GitHub Desktop.
Hide annoying play button in center in Google Chrome
video::-webkit-media-controls-overlay-play-button {
display: none;
}
video::-webkit-media-controls-play-button {
display: flex !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment