-
Notifications
You must be signed in to change notification settings - Fork 1
/
instrucoes-userscript.html
134 lines (110 loc) · 5.11 KB
/
instrucoes-userscript.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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Instalação do Userscript | 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 href="https://fonts.googleapis.com/css?family=Raleway:400,400i,700" rel="stylesheet">
<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">-->
<link href="build/bulma.css" rel="stylesheet">
<link href="main.css" rel="stylesheet">
<link rel="alternate" hreflang="en" href="https://burles.co/en/userscript-instructions.html" />
<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="hero is-light is-small intro">
<div class="hero-body">
<div class="container center main">
<a href="/">
<div class="center">
<div>
<img src="logo_semfundo.png" class="logo">
</div>
<div>
<h1 class="title">
Burlesco
</h1>
<h2 class="subtitle">
Leia notícias sem ser assinante, burle o paywall
</h2>
</div>
</div>
</a>
</div>
</div>
</section>
<article class="main section narrow content">
<h1>Instruções para adicionar o userscript</h1>
<p>O userscript é a versão do Burlesco para ser usado com o TamperMonkey. Funciona no Chrome, Edge, Opera e Firefox. Todos os sites suportados pela extensão também funcionam com o userscript.</p>
<p>Seguem as instruções:</p>
<ol>
<li>Instale a extensão <a href="https://tampermonkey.net/" target="_blank">Tampermonkey</a></li>
<li>Adicione o <a href="/userscript/burlesco.user.js" target="_blank">burlesco.user.js</a></li>
<li>Limpe o cache do seu navegador (<a href="https://support.google.com/accounts/answer/32050?co=GENIE.Platform%3DDesktop">instruções</a>)</li>
<li>Pronto! Agora é só aproveitar o Burlesco.</li>
</ol>
<p>Esse método é o preferido para uso no Chrome, já que a <a href="instrucoes-chrome.html">instalação manual da extensão</a> não possui atualizações automáticas.</p>
<br>
<p><a href="/">Voltar para página inicial</a></p>
<br>
<a href="#comentarios"></a>
<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/instrucoes-userscript.html'; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = 'l8c2n0amw_instrucoes-userscript.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="https://burles.co" data-text="Leia notícias sem ser assinante, burle o paywall" data-via="rodorgas1" data-size="small">Tweet</a>
</div>
<br>
</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>