Permalink
Browse files
GitHub: Empty the title element
- Loading branch information...
Showing
with
1 addition
and
0 deletions.
-
+1
−0
source/github.js
|
|
@@ -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