-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathios.html
159 lines (137 loc) · 6.72 KB
/
ios.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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>iOS | Burlesco - Leia notícias sem ser assinante</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="stylesheet" href="node_modules/octicons/build/octicons.css">
<style>
#paywall td:nth-child(1) {
white-space: nowrap;
}
#home-link:link { color: white; }
#home-link:hover { text-decoration: none; }
#home-link:visited { color: white; }
</style>
<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', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-40344048-6', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<section class="page-header">
<h1 class="project-name"><a href="/" id="home-link">Burlesco</a></h1>
<h2 class="project-tagline">Leia notícias sem ser assinante, burle o paywall</h2>
</section>
<article class="main-content">
<h1>Burlesco no iOS</h1>
<a href="https://twitter.com/share" class="twitter-share-button" data-url="https://burles.co" data-text="Leia notícias sem ser assinante, burle o paywall" data-via="rodorgas1" data-size="large" style="float: right">Tweet</a>
<p>Requer o iOS 9 ou posterior.</p>
<p><strong>NOTA:</strong> Esse método depende do aplicativo 1Blocker, que passou a cobrar para ativar a funcionalidade de bloqueio de URLs personalizadas. Quem já tinha baixado o app quando era gratuito continua com acesso a essa funcionalidade e as instruções para configuração estão a seguir.</p>
<p>Instruções para burlar o paywall no iPhone ou iPad:</p>
<ol>
<li>Instale o <a href="https://itunes.apple.com/br/app/1blocker-block-ads-tracking/id1025729002">1Blocker</a> e ative ele em <em>Ajustes > Safari > Bloqueadores de Conteúdo</em></li>
<li>Abra o 1Blocker, vá na seção <em>Configurable</em>, toque em <em>Block URLs</em></li>
<li>No canto superior direito, toque no <strong>+</strong></li>
<li>Preencha os campos Blocker Name e URL filter de acordo com o site que deseja burlar:</li>
<table id="paywall">
<tbody>
<tr>
<td>Folha</td>
<td>http://paywall\.folha\.uol\.com\.br/.*</td>
</tr>
<tr>
<td>Estadão</td>
<td>http://.*\.?estadao\.com\.br/paywall</td>
</tr>
<tr>
<td>O Globo</td>
<td>
https?://ogjs\.infoglobo\.com\.br/.*/js/controla-acesso-aux\.js<br>
https?://cdn\.tinypass\.com/api/tinypass\.min\.js
</td>
</tr>
<tr>
<td>Gazeta do Povo</td>
<td>
https?://.*\.?gazetadopovo\.com\.br/conta/public/js/connect_api\.js.*<br>
https?://.*\.?gazetadopovo\.com\.br/conta/going/api/paywall/.*
</td>
</tr>
<tr>
<td>Zero Hora*</td>
<td>https?://zh\.clicrbs\.com\.br/it/js/paid-content-config\.js.*</td>
</tr>
<tr>
<td>Correio Popular</td>
<td>
https?://www\.rbsonline\.com\.br/cdn/scripts/paywall\.min\.js.*<br>
https?://correio\.rac\.com\.br/includes/js/novo_cp/fivewall\.js.*
</td>
</tr>
</tbody>
</table>
</ol>
<br>
<p><a href="/">Voltar para página inicial</a></p>
<br>
<div id="disqus_thread"></div>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
var disqus_config = function () {
this.page.url = 'https://burles.co/ios.html'; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = 'cn81wali_ios.html'; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://burlesco.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<footer class="site-footer">
<span class="site-footer-owner">Feito com ♥ por <a href="https://github.com/rodorgas">rodorgas</a>.</span>
<br>
<div id="share">
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://burles.co" data-text="Leia notícias sem ser assinante, burle o paywall" data-via="rodorgas1" data-size="small">Tweet</a>
<a href="https://github.com/Burlesco/chromium"><img src="https://img.shields.io/github/stars/burlesco/chromium.svg?style=social&label=Star&maxAge=2592000"></a>
<a href="https://chrome.google.com/webstore/detail/burlesco/lpamnanbhgpgkkpmilbifikmikfghlgh"><img src="https://img.shields.io/chrome-web-store/d/lpamnanbhgpgkkpmilbifikmikfghlgh.svg?maxAge=2592000&style=social" alt="Chrome Web Store"></a>
</div>
<br>
<span class="site-footer-credits">Essa página foi gerada pelo <a href="https://pages.github.com">GitHub Pages</a> usando o <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> do <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</article>
<script src="https://apis.google.com/js/platform.js" async defer></script>
<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>
</body>
</html>