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 fe19c41 commit 2ee97deCopy full SHA for 2ee97de
src/content-script/update-description-tab.ts
@@ -367,7 +367,7 @@ chrome.runtime.onMessage.addListener((request, sender, sendResponse) => {
367
if (request.action === 'updateDescription') {
368
// For settings updates, bypass the state checks
369
if (request.isSettingsUpdate) {
370
- console.log('Updating description tab due to settings change...');
+ // console.log('Updating description tab due to settings change...');
371
updatePageContent();
372
return true;
373
}
@@ -377,7 +377,7 @@ chrome.runtime.onMessage.addListener((request, sender, sendResponse) => {
377
378
379
380
- console.log('Updating description tab...');
+ // console.log('Updating description tab...');
381
detectAndSyncTheme();
382
showExamples();
383
showCompanyTags(request.title.split('-')[0].trim());
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments