-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (43 loc) · 2.45 KB
/
index.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
<html>
<head>
<title>xbox-stock-checker</title>
<script src="https://zosoled.github.io/xbox-stock-checker/xbox-stock-checker.js"></script>
<style>
* {
background-color: #107c10;
color: #ffffff;
}
</style>
</head>
<body>
<h1>xbox-stock-checker</h1>
<h2>how to use</h2>
<ol>
<li>go to desired xbox product page (sample links below)
<ul>
<li><a href ="https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy">why? same-origin policy i.e. browser security</li>
</ul>
</li>
<li>hit f12 to open dev tools</li>
<li>switch to "console" tab in dev tools</li>
<li>copy code from xbox-stock-checker.js</li>
<li>paste into console and press enter</li>
</ol>
<p>
code runs in background while browser tab remains open
</p>
<ul>
<li><a target="_blank" href="https://www.bestbuy.com/site/microsoft-xbox-series-x-1tb-console-black/6428324.p?skuId=6428324">https://www.bestbuy.com/site/microsoft-xbox-series-x-1tb-console-black/6428324.p?skuId=6428324</a></li>
<li><a target="_blank" href="https://www.walmart.com/ip/Xbox-Series-X/443574645">https://www.walmart.com/ip/Xbox-Series-X/443574645</a></li>
<li><a target="_blank" href="https://www.gamestop.com/accessories/xbox-series-x/products/xbox-series-x/11108371.html?condition=New">https://www.gamestop.com/accessories/xbox-series-x/products/xbox-series-x/11108371.html?condition=New</a></li>
</ul>
<p>
this should work for ps5 pages too, but i was shopping for xbox, so that's why it's named as such ¯\_(ツ)_/¯
</p>
<ul>
<li><a target="_blank" href="https://www.bestbuy.com/site/sony-playstation-5-console/6426149.p?skuId=6426149">https://www.bestbuy.com/site/sony-playstation-5-console/6426149.p?skuId=6426149</a></li>
<li><a target="_blank" href="https://www.walmart.com/ip/PlayStation-5-Console/363472942">https://www.walmart.com/ip/PlayStation-5-Console/363472942</a></li>
<li><a target="_blank" href="https://www.gamestop.com/video-games/playstation-5/consoles/products/playstation-5/11108140.html">https://www.gamestop.com/video-games/playstation-5/consoles/products/playstation-5/11108140.html</a></li>
</ul>
</body>
</html>