We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d985366 commit adc69b0Copy full SHA for adc69b0
1 file changed
src/inject/inject.js
@@ -3,7 +3,6 @@ chrome.extension.sendMessage({}, function(settings) {
3
initOnHashChangeAction(settings['Domains'])
4
initShortcuts(settings['Shortcut'], settings['BackgroundShortcut'])
5
initListViewShortcut(settings['RegExp'])
6
-
7
})
8
9
function initOnHashChangeAction(domains) {
@@ -50,7 +49,6 @@ function initOnHashChangeAction(domains) {
50
49
document.getElementsByClassName('github-link')[0].addEventListener("DOMNodeRemovedFromDocument", function (ev) {
51
fetchAndAppendGitHubLink()
52
}, false)
53
54
}
55
56
clearInterval(retryForActiveMailBody)
0 commit comments