Permalink
Browse files

GitHub: Empty the title element

Closes #28.
  • Loading branch information...
1 parent eb02066 commit fe70a5babbaecbcd04093dcfeddfb54ac4574363 @fureigh committed Apr 26, 2016
Showing with 1 addition and 0 deletions.
  1. +1 −0 source/github.js
View
@@ -1,6 +1,7 @@
var result;
// GitHub:
+document.title = '';
result = document.querySelector('img.rounded-2');
if (result) {
result.style.display = 'none';

0 comments on commit fe70a5b

Please sign in to comment.