Browse
For agents
About
Taboola
/
1.0.13
Taboola
v1.0.13
Switch version
1.0.4
1.0.5
1.0.6
1.0.8
2.0.1
2.0.2
2.1.0
2.1.1
2.2.2
2.2.3
3.0.0
3.0.1
3.0.2
3.1.0
trunk
1.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.2
1.0.3
Overview
Code
taboola
/
js
/
widgetInjectionScript.js
widgetInjectionScript.js
in Taboola 1.0.13, at js/widgetInjectionScript.js
2 lines
153 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
window
.
_taboola
=
window
.
_taboola
||
[
]
;
2
_taboola
.
push
(
{
mode
:
'
{{WIDGET_ID}}
'
,
container
:
'
{{CONTAINER}}
'
,
placement
:
'
{{PLACEMENT}}
'
,
target_type
:
'
mix
'
}
)
;