@namespace url(http://www.w3.org/1999/xhtml);

/*************
* name: Disable:Blink
* author: MasterFx
* url: http://userstyles.org/styles/9697
*************/

@-moz-document 
url-prefix(http://),
url-prefix(https://),
url-prefix(file) {

 blink,
 *[style^="text-decoration: blink"]
  {
    text-decoration: none !important;
  }

}