-
Notifications
You must be signed in to change notification settings - Fork 15
/
buy-binds-generator.html
173 lines (155 loc) · 7.8 KB
/
buy-binds-generator.html
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE html>
<html lang="en" ng-app="buyndsApp">
<head>
<meta charset="utf-8">
<title ng-bind="$root.title + ' | CSGO-Buynds | The Best CS:GO Buy Binds Generator'">
Buy Binds Generator | CSGO-Buynds | The Best CS:GO Buy Binds Generator
</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Jesse Webb">
<meta name="description" content="Web tool for generating CS:GO buy binds/scripts.">
<meta name="keywords" content="Counter-Strike,CSGO,CS:GO,buy,bind,binds,purchase,weapon,script,scripts,generator,Gweebz">
<link href="humans.txt" rel="author" type="text/plain" />
<link href="images/buynds-favicon_64x64.png" rel="shortcut icon" />
<!-- Styles -->
<link href="vendor/bootstrap-3.3.7/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="vendor/bootstrap-3.3.7/css/bootstrap-theme.min.css" rel="stylesheet" type="text/css">
<link href="vendor/angular-ui/ui-select-0.19.8/select.min.css" rel="stylesheet" type="text/css">
<link href="css/app.css" rel="stylesheet" type="text/css">
<!-- Google Analytics -->
<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');
// debug: www.google-analytics.com/analytics_debug.js
ga('create', 'UA-49466258-1', 'auto');
ga('require', 'displayfeatures'); // Advertiser Features
ga('require', 'linkid'); // Enhanced Link Attribution
ga('send', 'pageview');
</script>
<!-- csgobuynds.com Redirection -->
<script type="application/javascript">
const oldUrlBase = 'jessewebb.github.io/csgo-buynds';
const newUrlBase = 'csgobuynds.com';
const currentUrl = window.location.href;
if (currentUrl.indexOf(oldUrlBase) >= 0) {
ga('send', 'event', 'redirect', 'csgobuynds.com', {'page': '/buy-binds-generator.html', 'nonInteraction': true, 'useBeacon': true});
window.location = currentUrl.replace(oldUrlBase, newUrlBase);
}
</script>
<!-- Google Analytics - App / Screen Tracking -->
<script>
ga('set', {
'appName': 'CS:GO Buynds',
'appId': 'csgo-buynds',
'appVersion': '1.0.0'
});
</script>
<!-- Google AdSense -->
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-3919049525026738",
enable_page_level_ads: true
});
</script>
</head>
<body>
<div class="navbar navbar-fixed-top navbar-inverse">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a id="navSiteLink" class="navbar-brand" href="http://csgobuynds.com">CSGO-Buynds</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a id="navHomeLink" href="index.html"><span class="glyphicon glyphicon-home"></span> Home</a></li>
<li class="active"><a id="navGeneratorLink" ng-href="{{$root.href}}" ng-click="reloadPage()"><span class="glyphicon glyphicon-cog"></span> Generator</a></li>
<li><a id="navHelpLink" href="help.html"><span class="glyphicon glyphicon-question-sign"></span> Help</a></li>
<li><a id="navAboutLink" href="about.html"><span class="glyphicon glyphicon-info-sign"></span> About</a></li>
</ul>
<div class="navbar-right">
<a id="navCsgoBuyndsGitHubLinkButton" class="btn btn-success navbar-btn" href="https://github.com/jessewebb/csgo-buynds" target="_blank">
View on GitHub <img id="githubIconImg" src="images/GitHub-Mark-Light-64px.png" alt="GitHub Octocat mark" />
</a>
</div>
</div>
</div>
</div>
<div class="container">
<div class="page-header">
<h1>CS:GO Buy Binds Generator</h1>
</div>
<div class="row">
<div class="col-sm-12">
<ul class="nav nav-pills">
<li active-tab-class="active"><a id="generatorMultiKeyGenLink" href="#!/">Multi-Key Generator</a></li>
<li active-tab-class="active"><a id="generatorSingleKeyGenLink" href="#!/skg">Single Key Generator</a></li>
</ul>
<div ng-view></div>
<!-- <p>Version: <span app-version></span></p> -->
<div><code class="pull-right">{{ 'Version: %VERSION%' | interpolate }}</code></div>
</div>
</div>
<div class="footer">
<span>Copyright © 2014-2018 <a id="footerCopyrightGweebzTwitterLink" href="https://twitter.com/gweebz" target="_blank">Jesse Webb</a></span><br />
<span><small>All Counter-Strike images procured using the <a id="footerCsgoIconExtractorLink" href="https://github.com/jessewebb/csgo-icon-extractor" target="_blank">csgo-icon-extractor</a>.</small></span><br />
<span><small>Counter-Strike™ is a trademark of <a id="footerDisclaimerValveLink" href="https://www.valvesoftware.com" target="_blank">the Valve Corporation</a>.</small></span><br />
<span><small>CSGO-Buynds is not associated with Valve in any way.</small></span>
</div>
</div>
<!-- Scripts -->
<script src="vendor/jquery-3.2.1/jquery-3.2.1.min.js" type="text/javascript"></script>
<script src="vendor/bootstrap-3.3.7/js/bootstrap.min.js" type="text/javascript"></script>
<script src="vendor/angular-1.6.6/angular.min.js" type="text/javascript"></script>
<script src="vendor/angular-1.6.6/angular-route.min.js" type="text/javascript"></script>
<script src="vendor/angular-1.6.6/angular-sanitize.min.js" type="text/javascript"></script>
<script src="vendor/angular-ui/ui-bootstrap-2.5.0/ui-bootstrap-tpls-2.5.0.min.js" type="text/javascript"></script>
<script src="vendor/angular-ui/ui-select-0.19.8/select.min.js" type="text/javascript"></script>
<script src="vendor/clipboardjs-1.7.1/clipboard.min.js" type="text/javascript"></script>
<script src="js/buynds.js" type="text/javascript"></script>
<script src="js/app.js" type="text/javascript"></script>
<script src="js/controllers.js" type="text/javascript"></script>
<script src="js/directives.js" type="text/javascript"></script>
<script src="js/filters.js" type="text/javascript"></script>
<script src="js/services.js" type="text/javascript"></script>
<!-- Facebook -->
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.init({
appId : '719315564841378',
xfbml : true,
version : 'v2.4'
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<!-- Twitter -->
<script>window.twttr = (function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0],
t = window.twttr || {};
if (d.getElementById(id)) return t;
js = d.createElement(s);
js.id = id;
js.src = '//platform.twitter.com/widgets.js';
fjs.parentNode.insertBefore(js, fjs);
t._e = [];
t.ready = function(f) {
t._e.push(f);
};
return t;
}(document, 'script', 'twitter-wjs'));</script>
</body>
</html>