diff --git a/package.json b/package.json index a5c0547..8012c55 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "shorten-repo-url": "^1.1.0", "to-markdown": "^3.1.0", "to-semver": "^1.1.0", - "webext-dynamic-content-scripts": "^2.0.1", + "webext-dynamic-content-scripts": "github:bfred-it/webext-dynamic-content-scripts#debug", "webext-options-sync": "^0.12.0", "webextension-polyfill": "^0.2.1" }, diff --git a/src/content.js b/src/content.js index afd586d..5abe31b 100644 --- a/src/content.js +++ b/src/content.js @@ -63,7 +63,20 @@ async function init() { } if (select.exists('html.refined-github')) { - console.count('Refined GitHub was loaded multiple times: https://github.com/sindresorhus/refined-github/issues/479'); + console.error(` +❤️💛💚💙💜❤️💛💚💙💜❤️💛💚💙💜❤️💛💚💙💜 +Minor bug in Refined GitHub, but we need your help to fix it: +https://github.com/sindresorhus/refined-github/issues/565 + +We'll need to know: + +1. Are you running two extensions at once? Chrome Web Store + development. If so, just disable one of them. +2. Are you on GitHub Enteprise? +3. The content of the console of this page. +4. The content of the console of the background page after enabling the Developer mode in the Extensions page: https://i.imgur.com/zjIngb4.png + +Thank you! 🎉 +❤️💛💚💙💜❤️💛💚💙💜❤️💛💚💙💜❤️💛💚💙💜`); return; }