-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
140 lines (126 loc) · 8.08 KB
/
index.html
File metadata and controls
140 lines (126 loc) · 8.08 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
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
<!--
██████╗ ██╗████████╗██████╗ ██████╗ ██╗██╗ ██╗███████╗██╗
██╔══██╗██║╚══██╔══╝╚════██╗██╔══██╗██║╚██╗██╔╝██╔════╝██║
██████╔╝██║ ██║ █████╔╝██████╔╝██║ ╚███╔╝ █████╗ ██║
██╔══██╗██║ ██║ ██╔═══╝ ██╔═══╝ ██║ ██╔██╗ ██╔══╝ ██║
██████╔╝██║ ██║ ███████╗██║ ██║██╔╝ ██╗███████╗███████╗
╚═════╝ ╚═╝ ╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚══════╝
/**
* Author: Renan Cakirerk
*/
-->
<!DOCTYPE html>
<html>
<head>
<title>Netflix God Mode Bookmarklet</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="keywords" content="netflix,netflix god mode,god mode,bookmarklet,netflix god mode bookmarklet,renan,cakirerk,renan cakirerk,open source">
<meta name="description" content="Drag the green button to your bookmarks bar. Open Netflix and click on the bookmarklet to view all the movies at once. Enjoy!">
<meta name="author" content="Renan Cakirerk">
<meta property="og:url" content="http://bit2pixel.com/netflix-god-mode/">
<meta property="og:type" content="website">
<meta property="og:image" content="http://bit2pixel.com/assets/images/wreckralph.jpg">
<meta property="og:title" content="Netflix God Mode Bookmarklet • by bit2pixel">
<meta property="og:description" content="Drag the green button to your bookmarks bar. Open Netflix and click on the bookmarklet to view all the movies at once. Enjoy!">
<link rel="icon" type="image/png" href="http://bit2pixel.com/assets/images/favicon.png">
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<link href="http://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.css" rel="stylesheet" type="text/css" />
<link href="http://fonts.googleapis.com/css?family=Raleway:400,100" rel="stylesheet" type="text/css">
<link href="styles/main.css" rel="stylesheet" type="text/css" />
</head>
<body class="bg-green cl-gray">
<div class="section-top bg-smoke">
<div class="container">
<h1 class="pill"><span class="cl-toothpaste">God Mode</span> Bookmarklet</h1>
<p class="instructions">
Drag the green button to your bookmarks bar.<br>
Open Netflix and click on the bookmarklet to view all the movies at once. Enjoy!
</p>
<a class="bookmarklet pill" role="button" href="
javascript:
(function() {
if(window.location.href.indexOf('netflix.com') === -1) {
if (confirm('Please open Netflix and try again. Would you like me to redirect you to netflix.com?')) {
window.location.href = 'http://netflix.com'
} else {
return false;
}
}
_.map(_.toArray(document.getElementsByClassName('slider')), function(e) {
e.parentNode.replaceChild(e.firstChild, e)
});
_.map(_.union(
_.toArray(document.getElementsByClassName('sliderButton')),
_.toArray(document.getElementsByClassName('evidence')),
_.toArray(document.getElementsByClassName('sharing-prompt')),
_.toArray(document.getElementsByClassName('boxShotDivider'))),function(e) {
e.parentNode.removeChild(e)
});
})();">
<i class="fa fa-bookmark"></i> Netflix | God Mode
</a>
<div>
<p>
Follow me on <a target="_blank" class="follow" href="http://twitter.com/bit2pixel"> <i class="fa fa-twitter"></i> @bit2pixel</a> for cool stuff!
</p>
<i class="fa fa-github"></i> <a target="_blank" class="source-code" href="https://github.com/bit2pixel/netflix-god-mode-bookmarklet">Get the Source Code</a>
</div>
<div class="facebook-share-button fb-like" data-href="http://bit2pixel.com/netflix-god-mode/" data-layout="button_count" data-action="like" data-show-faces="false" data-share="true"></div>
<a class="twitter-share-button" href="https://twitter.com/share" data-url="http://bit2pixel.com/netflix-god-mode/" data-text="Netflix | God Mode Bookmarklet" data-via="bit2pixel" data-dnt="true">Tweet</a>
</div>
</div>
<div class="section-middle bg-white">
<div class="container">
<div class="title pill">Featured On</div>
<a target="_blank" href="http://www.producthunt.com/posts/netflix-god-mode" class="feat">ProductHunt</a>
<a target="_blank" href="http://mashable.com/2015/03/18/netflix-god-mode/" class="feat">Mashable</a>
<a target="_blank" href="http://www.theverge.com/tldr/2015/3/18/8253741/netflix-god-mode-fixes-desktop-viewing" class="feat">The Verge</a>
<a target="_blank" href="http://bgr.com/2015/03/19/netflix-movies-god-mode-tweak/" class="feat">BGR</a>
<a target="_blank" href="http://www.gizmodo.co.uk/2015/03/netflix-god-mode-will-save-you-from-horizontal-scrolling-hell/" class="feat">Gizmodo</a>
<a target="_blank" href="http://www.avclub.com/article/browse-netflix-newfound-ease-using-god-mode-modifi-216860" class="feat">Avclub</a>
<a target="_blank" href="http://www.engadget.com/2015/03/20/netflix-god-mode-web/" class="feat">Engadged</a>
<a target="_blank" href="http://www.hollywoodreporter.com/news/netflix-god-mode-kills-horizontal-783397" class="feat">Hollywood Reporter</a>
<a target="_blank" href="http://techcrunch.com/2015/03/19/fix-netflixs-user-interface-with-god-mode/" class="feat">Techcrunch</a>
<a target="_blank" href="https://www.youtube.com/watch?v=XdlGY_P4j5A" class="feat">Fox News NY</a>
</div>
</div>
<div class="section-bottom bg-green">
<div class="container">
<p class="disclaimer">
<strong>Disclaimer:</strong> Netflix is a registered trademark and has no affiliation to this bookmarklet.
</p>
<p class="warning">
<strong>Important:</strong> Never install other bookmarklets from an unknown source. Make sure it's fully open source like this bookmarklet. If you can, check the source code before installing; if you can't, please make sure it's coming from a trusted source.
</p>
<hr>
<p class="me">
Created with <span class="fa fa-headphones" title="music"></span> by <a href="http://bit2pixel.com">Renan Cakirerk</a>
</p>
</div>
</div>
<!-- FB Like and Share Buttons -->
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0], appId="";
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=" + appId + "&version=v2.0";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- Twitter Share Buttons -->
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<!-- 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');
ga('create', 'UA-xxxxxxxx-x', 'bit2pixel.com');
ga('require', 'displayfeatures');
ga('send', 'pageview');
</script>
</body>
</html>