Skip to content

Instantly share code, notes, and snippets.

@qgustavor
Last active November 13, 2015 11:12
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 qgustavor/3bb2a3d34f04584b57da to your computer and use it in GitHub Desktop.
Save qgustavor/3bb2a3d34f04584b57da to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Accessible Read State on WhatsApp
// @namespace userscripts@blio.tk
// @include https://web.whatsapp.com/
// @version 1.0.1
// @grant none
// ==/UserScript==
(function (){
var style = document.createElement('style');
style.innerHTML = '.icon-msg-dblcheck-ack,.icon-msg-dblcheck-ack-light{margin:-2px;border-radius:100%;border:2px solid #263238;}.icon-msg-dblcheck-ack-light{border-color:#DCF8C6}';
document.head.appendChild(style);
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment