mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 04:34:15 -04:00
geniee test
This commit is contained in:
parent
fa4e2a3676
commit
4a2bbfee81
@ -107,10 +107,14 @@ const loadAds = async (): Promise<void> => {
|
|||||||
await loadScript(
|
await loadScript(
|
||||||
'gpt',
|
'gpt',
|
||||||
'https://securepubads.g.doubleclick.net/tag/js/gpt.js',
|
'https://securepubads.g.doubleclick.net/tag/js/gpt.js',
|
||||||
|
undefined,
|
||||||
|
'head',
|
||||||
);
|
);
|
||||||
await loadScript(
|
await loadScript(
|
||||||
'geniee',
|
'geniee',
|
||||||
'https://cpt.geniee.jp/hb/v1/222988/2860/wrapper.min.js',
|
'https://cpt.geniee.jp/hb/v1/222988/2860/wrapper.min.js',
|
||||||
|
undefined,
|
||||||
|
'head',
|
||||||
);
|
);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
if (error instanceof LoadScriptError) {
|
if (error instanceof LoadScriptError) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user