Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save bulbul84/159b9ee948349f7e65177cd97a8b5be8 to your computer and use it in GitHub Desktop.

Select an option

Save bulbul84/159b9ee948349f7e65177cd97a8b5be8 to your computer and use it in GitHub Desktop.

Revisions

  1. @pixelchar pixelchar created this gist Sep 26, 2013.
    3 changes: 3 additions & 0 deletions remove-link-highlights.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
    1 change: 1 addition & 0 deletions remove-link-highlights.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    document.addEventListener("touchstart", function(){}, true);