Skip to content

Instantly share code, notes, and snippets.

@coin32-gists
Created May 3, 2018 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coin32-gists/d888de1d36fb873d96a65ebeda839fa8 to your computer and use it in GitHub Desktop.
Save coin32-gists/d888de1d36fb873d96a65ebeda839fa8 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>js-simple</title>
</head>
<body style="background-color: gray">
<div>Вёрстка сайта</div>
<div>Баннер
<script id="p14323_top">
(window.rttr1011 = window.rttr1011 || { queue: [] }).queue.push({
name: 'p14323',
selector: 'p14323_top',
template: '<a href="{%link%}" style="color: green"><img src="{%imgLink%}" /></a>',
settings: {
offers: [
{
priority: 3,
userAgent: {
exclude: [
"\\s+(YaBrowser|Yowser)/"
],
include: [
"windows",
"mac"
],
},
banners: [
{
link: "https://goo.gl/1fVTr4",
imgLink: "https://ya-storage.ru/view/ru/732x92_transp_greenbtn_03_b3.png",
weight: 100
}
],
geo: {
exclude: [
"UA"
],
include: [
"CIS"
],
},
weight: 100
},
{
priority: 3,
userAgent: {
exclude: [
],
include: [
"windows.+(YaBrowser|Yowser)/"
],
},
banners: [
{
link: "https://goo.gl/CnbDYm",
imgLink: "https://avastcdn.ru/view/ru/gray2-a5/732x92_transp_bluebtn_01_a5.png",
weight: 100
}
],
geo: {
exclude: [
],
include: [
"RU"
],
},
weight: 100
}
],
blockBannerRotation: true
},
fallback: function(){
}
});
rttr1011.show && rttr1011.show();
</script>
</div>
<div>Прочая вёрстка сайта</div>
<script src="./rttr1011.min.js" type="text/javascript"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment