-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathBANJICO.JS
More file actions
107 lines (101 loc) · 3.86 KB
/
BANJICO.JS
File metadata and controls
107 lines (101 loc) · 3.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html>
<head>
<title>Starting page</title>
<meta name="verify-admitad" content="3452df1281" />
<link rel="search" type="application/opensearchdescription+xml" title="Starting page" href="/opensearch.xml">
<link rel="stylesheet" href="/search.css" type="text/css">
<script type="text/javascript" src="/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="/riveted.min.js"></script>
<script src="/search.js" type="text/javascript"></script>
</head>
<body>
<script type="text/javascript">
(function (d, w, c) {
(w[c] = w[c] || []).push(function() {
try {
w.yaCounter1347623 = new Ya.Metrika({"id":33064023,"webvisor":true,"clickmap":true,"trackLinks":true,"params":{"version":"old"},"userParams":{"version":"old"}});
} catch(e) { }
});
var n = d.getElementsByTagName("script")[0],
s = d.createElement("script"),
f = function () { n.parentNode.insertBefore(s, n); };
s.type = "text/javascript";
s.async = true;
s.src = (d.location.protocol == "https:" ? "https:" : "http:") + "//mc.yandex.ru/metrika/watch.js";
if (w.opera == "[object Opera]") {
d.addEventListener("DOMContentLoaded", f, false);
} else { f(); }
})(document, window, "yandex_metrika_callbacks");
</script>
<noscript><div><img src="//mc.yandex.ru/watch/33064023" style="position:absolute; left:-9999px;" alt=""/></div></noscript>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-68879973-1', 'auto');
ga('require', 'displayfeatures');
ga('set', 'dimension9', 'old');
ga('send', 'pageview');
</script>
<div id="search-content-wrapper">
<script>
(function() {
var cx = '012684331380167808104:oe5oj--md1a';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:search
autoSearchOnLoad="true"
enableHistory="true"
queryParameterName="q"
resultsUrl="/"
enableAutoComplete="true"
autoCompleteMatchType="prefix"
autoCompleteMaxCompletions="10"
autoCompleteMaxPromotions="5"
enableImageSearch="true"
defaultToImageSearch="false"
imageSearchLayout="column"
webSearchResultSetSize="20"
webSearchSafesearch="moderate"
enableOrderBy="false"
linkTarget="_blank"
safeSearch="moderate"
adclient="partner-pub-9610703105450905"
adchannel="4498776854"
>
</gcse:search>
</div>
<div class="fbar is-hidden" id="fbar">
<span class="fbar_inner">
<a class="fbar_link" target="_blank" href="//support.google.com/websearch/?p=ws_results_help&hl=en-RU&fg=1">Help</a>
<a class="fbar_link" target="_blank" href="//www.google.ru/intl/en/policies/privacy/?fg=1">Privacy</a>
<a class="fbar_link" target="_blank" href="//www.google.ru/intl/en/policies/terms/?fg=1">Terms</a>
</span>
</div>
<div class="header-link is-hidden" id="header-link">
<a href="/" class="header-link_link"></a>
</div>
<script>
window.riveted.init({
reportInterval: 5,
idleTimeout: 30,
nonInteraction: true,
eventHandler: function (time) {
window.yaCounter1347623.params({ 'Time Spent': time });
},
userTimingHandler: function (timingValue) {
// we don't need it right now
}
});
</script>
</body>
</html>