1
-
2
1
<!DOCTYPE html>
3
2
< html lang ="en-US ">
3
+ < head >
4
+ < meta charset ="utf-8 " />
5
+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge " />
6
+ < meta name ="viewport " content ="width=device-width,maximum-scale=2 " />
7
+ < meta http-equiv ="Content-Security-Policy " content ="" />
8
+ < link
9
+ rel ="stylesheet "
10
+ type ="text/css "
11
+ media ="screen "
12
+ href ="assets/css/style.css?v=c3a4f2cf1d0ee75c13a3c8dcf7992d12d0a22faf "
13
+ />
14
+ < link rel ="stylesheet " type ="text/css " href ="spotifyauth.css " />
4
15
5
- < meta charset ="utf-8 ">
6
- < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
7
- < meta name ="viewport " content ="width=device-width,maximum-scale=2 ">
8
- < meta http-equiv ="Content-Security-Policy " content ="">
9
- < link rel ="stylesheet " type ="text/css " media ="screen " href ="assets/css/style.css?v=c3a4f2cf1d0ee75c13a3c8dcf7992d12d0a22faf ">
10
- < script src ="https://code.jquery.com/jquery-3.2.1.min.js "> </ script >
11
- < script src ="spotifyauth.js "> </ script >
12
- < link rel ="stylesheet " type ="text/css " href ="spotifyauth.css ">
13
-
14
- <!-- Begin Jekyll SEO tag v2.6.1 -->
15
- < title > julusian.github.io/spotauth | Auth for SD Plugin</ title >
16
- < meta name ="generator " content ="Jekyll v3.8.5 "/>
17
- < meta property ="og:title " content ="julusian.github.io/spotauth "/>
18
- < meta property ="og:locale " content ="en_US "/>
19
- < meta name ="description " content ="Auth for SD Plugin "/>
20
- < meta property ="og:description " content ="Auth for SD Plugin "/>
21
- < link rel ="canonical " href ="https://julusian.github.io/spotauth/ "/>
22
- < meta property ="og:url " content ="https://julusian.github.io/spotauth/ "/>
23
- < meta property ="og:site_name " content ="julusian.github.io/spotauth "/>
24
- <!-- End Jekyll SEO tag -->
25
-
26
- </ head >
27
-
28
-
16
+ <!-- Begin Jekyll SEO tag v2.6.1 -->
17
+ < title > julusian.github.io/spotauth | Auth for SD Plugin</ title >
18
+ < meta name ="generator " content ="Jekyll v3.8.5 " />
19
+ < meta property ="og:title " content ="julusian.github.io/spotauth " />
20
+ < meta property ="og:locale " content ="en_US " />
21
+ < meta name ="description " content ="Auth for SD Plugin " />
22
+ < meta property ="og:description " content ="Auth for SD Plugin " />
23
+ < link rel ="canonical " href ="https://julusian.github.io/spotauth/ " />
24
+ < meta property ="og:url " content ="https://julusian.github.io/spotauth/ " />
25
+ < meta property ="og:site_name " content ="julusian.github.io/spotauth " />
26
+ <!-- End Jekyll SEO tag -->
27
+ </ head >
28
+ < body >
29
+ <!-- MAIN CONTENT -->
30
+ < div id ="main_content_wrap " class ="outer ">
31
+ < section id ="main_content " class ="inner ">
32
+ < p > < img src ="images/spotlogo.png " class ="logo " /> </ p >
33
+ < div class ="warningDiv ">
34
+ Note: Only < b > Spotify Premium</ b > accounts are supported. This plugin will not work correctly with the
35
+ free-tier Spotify accounts!
36
+ </ div >
37
+ < div class ="clearFloat "> </ div >
29
38
30
- <!-- MAIN CONTENT -->
31
- < div id ="main_content_wrap " class ="outer ">
32
- < section id ="main_content " class ="inner ">
33
- < p > < img src ="images/spotlogo.png " class ="logo "/> </ p >
34
- < div class ="warningDiv "> Note: Only < b > Spotify Premium</ b > accounts are supported. This plugin will not work correctly with the free-tier Spotify accounts!</ div >
35
- < div class ="clearFloat "> </ div >
39
+ < h2 id ="your-approval-code-is "> Your Approval Code is:</ h2 >
36
40
37
- < h2 id ="your-approval-code-is "> Your Approval Code is:</ h2 >
41
+ < div class ="approvalDiv ">
42
+ < span id ="approvalCode ">
43
+ Javascript is disabled in your browser. Please enable it to view the approval code.
44
+ </ span >
45
+ </ div >
46
+ < h4 id ="copy-paste-the-text-above-into-the-approval-code-field ">
47
+ Copy paste the text above into the < em > Approval Code</ em > field.
48
+ </ h4 >
49
+ < p > If the blue box is empty you probably have something blocking Javascript in your browser.</ p >
50
+ </ section >
51
+ </ div >
38
52
39
- < div class ="approvalDiv ">
40
- < span id ="approvalCode "> </ span >
41
- </ div >
42
- < h4 id ="copy-paste-the-text-above-into-the-approval-code-field "> Copy paste the text above into the < em > Approval Code</ em > field.</ h4 >
43
- < p > If the blue box is empty you probably have something blocking Javascript in your browser.</ p >
53
+ <!-- FOOTER -->
54
+ < div id ="footer_wrap " class ="outer ">
55
+ < footer class ="inner ">
56
+ < p > Published with < a href ="https://pages.github.com/ "> GitHub Pages</ a > </ p >
57
+ </ footer >
58
+ </ div >
44
59
45
- </ section >
46
- </ div >
47
-
48
- <!-- FOOTER -->
49
- < div id ="footer_wrap " class ="outer ">
50
- < footer class ="inner ">
51
-
52
- < p > Published with < a href ="https://pages.github.com/ "> GitHub Pages</ a > </ p >
53
- </ footer >
54
- </ div >
55
-
56
-
57
- </ body >
60
+ < script type ="application/javascript ">
61
+ var urlParams = new URLSearchParams ( window . location . search )
62
+ var codeParam = urlParams . get ( 'code' )
63
+ document . querySelector ( '#approvalCode' ) . innerHTML = codeParam || 'No code was found in the URL'
64
+ </ script >
65
+ </ body >
58
66
</ html >
59
- <!--
60
- FILE ARCHIVED ON 20:20:42 Nov 20, 2023 AND RETRIEVED FROM THE
61
- INTERNET ARCHIVE ON 12:03:07 Sep 17, 2024.
62
- JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
63
-
64
- ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
65
- SECTION 108(a)(3)).
66
- -->
67
- <!--
68
- playback timings (ms):
69
- captures_list: 1.089
70
- exclusion.robots: 0.061
71
- exclusion.robots.policy: 0.045
72
- esindex: 0.015
73
- cdx.remote: 8.382
74
- LoadShardBlock: 113.934 (3)
75
- PetaboxLoader3.datanode: 69.361 (5)
76
- PetaboxLoader3.resolve: 202.021 (4)
77
- load_resource: 195.621 (2)
78
- -->
0 commit comments