parent
afefd5f4f5
commit
a842a58608
2 changed files with 5 additions and 1 deletions
|
@ -228,7 +228,7 @@ function HomePage(props: Props) {
|
|||
// $FlowFixMe
|
||||
document.head.appendChild(styleSheet);
|
||||
|
||||
clonedCard.style.display = 'none';
|
||||
// clonedCard.style.display = 'none';
|
||||
|
||||
let timeoutCount = 0;
|
||||
// eslint-disable-next-line no-inner-declarations
|
||||
|
|
|
@ -69,6 +69,10 @@ function Ads(props: Props) {
|
|||
return () => {
|
||||
// $FlowFixMe
|
||||
document.head.removeChild(script);
|
||||
delete window.aniplayerPos;
|
||||
delete window.storageAni;
|
||||
delete window.__VIDCRUNCH_CONFIG_618bb4d28aac298191eec411__;
|
||||
delete window.__player_618bb4d28aac298191eec411__;
|
||||
};
|
||||
} catch (e) {}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue