mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-26 10:05:10 +00:00
fix?
This commit is contained in:
@@ -326,7 +326,7 @@ if (window.location.pathname === '/') {
|
||||
} */
|
||||
serviceworker.register('/sw.js');
|
||||
} else {
|
||||
if (storage.local.get('showAds') !== false) {
|
||||
/*if (storage.local.get('showAds') !== false) {
|
||||
const googleAdsScript = document.createElement('script');
|
||||
googleAdsScript.async = true;
|
||||
googleAdsScript.src = 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1132419379737567';
|
||||
@@ -341,7 +341,7 @@ if (window.location.pathname === '/') {
|
||||
adsContainer.style.display = 'block';
|
||||
}
|
||||
});
|
||||
}
|
||||
}*/
|
||||
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
const profileName = document.getElementById('profile-name');
|
||||
|
||||
Reference in New Issue
Block a user