広告ブロッカーの警告を削除 (#5408)

* remove f*ckadbloack

* follow-buttonが消されないように

* revert version

* remove locales
This commit is contained in:
MeiMei 2019-09-08 21:19:28 +09:00 committed by syuilo
parent c033464b92
commit a7b710a2f8
7 changed files with 4 additions and 39 deletions

View file

@ -9,7 +9,6 @@ import VueRouter from 'vue-router';
import './style.styl';
import init from '../init';
import fuckAdBlock from '../common/scripts/fuck-ad-block';
import composeNotification from '../common/scripts/compose-notification';
import MkHome from './views/home/home.vue';
@ -203,13 +202,6 @@ init(async (launch, os) => {
// Launch the app
const [app, _] = launch(router);
if (os.store.getters.isSignedIn) {
/**
* Fuck AD Block
*/
fuckAdBlock(app);
}
/**
* Init Notification
*/