From bdc592d4838d708a057f830633e56123ea6172f8 Mon Sep 17 00:00:00 2001 From: diegocr Date: Sun, 19 Apr 2015 00:56:59 +0000 Subject: [PATCH] 1.6.0 --- bootstrap.js | 4 ++-- install.rdf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bootstrap.js b/bootstrap.js index 5c53b0f..fa42062 100644 --- a/bootstrap.js +++ b/bootstrap.js @@ -305,7 +305,7 @@ function loadIntoWindow(window) { if('class' == m.attributeName) { if(~m.oldValue.indexOf('loading') || ~m.oldValue.indexOf('context-loader')) { - window.setTimeout(onPageLoad.bind(null,doc),820); + window.setTimeout(onPageLoad.bind(null,doc),1450); } break; } @@ -318,7 +318,7 @@ function loadIntoWindow(window) { if(!(doc.location && doc.location.host == 'github.com')) return; - ['page-context-loader','context-loader'].forEach(e => { + ['page-context-loader','context-loader','repository-content'].forEach(e => { e = doc.getElementsByClassName(e); for(let o of e) { diff --git a/install.rdf b/install.rdf index 8e4f192..0c8ce2b 100644 --- a/install.rdf +++ b/install.rdf @@ -4,7 +4,7 @@ {86054B0A-BD85-42F9-8E58-8794EC6F6EA1} 2 GitHub Extension Installer - 1.6a2 + 1.6.0 Diego Casorran <dcasorran@gmail.com> Install Browser Extensions straight from GitHub Repositories Jerone