All Projects → burlesco → Burlesco

burlesco / Burlesco

Licence: mit
Leia notícias sem ser assinante, burle o paywall (WebExtension)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Burlesco

Just News
a userscript project that parses korean news site and then making more readable view
Stars: ✭ 173 (-67.23%)
Mutual labels:  hacktoberfest, news
Motrix Webextension
A chrome extension for the Motrix Download Manager
Stars: ✭ 253 (-52.08%)
Mutual labels:  hacktoberfest, chrome-extension
News
TYPO3 Extension news
Stars: ✭ 192 (-63.64%)
Mutual labels:  hacktoberfest, news
Sponsorblock
Skip YouTube video sponsors (browser extension)
Stars: ✭ 3,627 (+586.93%)
Mutual labels:  hacktoberfest, chrome-extension
Reddit Enhancement Suite
Reddit Enhancement Suite
Stars: ✭ 3,326 (+529.92%)
Mutual labels:  hacktoberfest, chrome-extension
Buttercup Browser Extension
🌏 Buttercup browser extension
Stars: ✭ 164 (-68.94%)
Mutual labels:  hacktoberfest, chrome-extension
Devo
A Chrome and Firefox extension that displays GitHub Trending, Hacker News, Product Hunt and Designer News on every new tab.
Stars: ✭ 236 (-55.3%)
Mutual labels:  hacktoberfest, chrome-extension
Tabfern
Google Chrome extension for saving and restoring sets of tabs, and for switching between windows and tabs from a vertical, grouped list.
Stars: ✭ 102 (-80.68%)
Mutual labels:  hacktoberfest, chrome-extension
Swiftweekly.github.io
A community-driven weekly newsletter about Swift.org
Stars: ✭ 305 (-42.23%)
Mutual labels:  hacktoberfest, news
Daily
Building the homepage every developer deserves 👩🏽‍💻 👨‍💻
Stars: ✭ 4,632 (+777.27%)
Mutual labels:  news, chrome-extension
Browser Extension Json Discovery
Browser (Chrome, Firefox) extension for JSON discovery
Stars: ✭ 157 (-70.27%)
Mutual labels:  hacktoberfest, chrome-extension
Letra Extension
Passively learn a new language every time you open a new tab
Stars: ✭ 323 (-38.83%)
Mutual labels:  hacktoberfest, chrome-extension
Whatsapp Bulk Sender
Send bulk messages right from your WhatsApp Android Client or WhatsApp Web
Stars: ✭ 135 (-74.43%)
Mutual labels:  hacktoberfest, chrome-extension
Nim
Streamline Your Node.js Debugging Workflow with Chromium (Chrome, Edge, More) DevTools.
Stars: ✭ 168 (-68.18%)
Mutual labels:  hacktoberfest, chrome-extension
Yt Ad Autoskipper
A browser extension that automates skipping ad on Youtube. This is not an ad blocker, it just automates the process of clicking on the "Skip Ad" button on Youtube.
Stars: ✭ 127 (-75.95%)
Mutual labels:  hacktoberfest, chrome-extension
Bypass Paywalls Chrome
Bypass Paywalls web browser extension for Chrome and Firefox.
Stars: ✭ 20,876 (+3853.79%)
Mutual labels:  hacktoberfest, chrome-extension
Ccsearch Browser Extension
Cross-Browser extension to search, filter and use images in the public domain and under Creative Commons licenses.
Stars: ✭ 92 (-82.58%)
Mutual labels:  hacktoberfest, chrome-extension
Yiifeed
Pre-moderated news aggregator
Stars: ✭ 100 (-81.06%)
Mutual labels:  hacktoberfest, news
Ac Music Extension
Google Chrome extension that plays hourly Animal Crossing music and more while browsing!
Stars: ✭ 262 (-50.38%)
Mutual labels:  hacktoberfest, chrome-extension
Altair
✨⚡️ A beautiful feature-rich GraphQL Client for all platforms.
Stars: ✭ 3,827 (+624.81%)
Mutual labels:  hacktoberfest, chrome-extension

Gitter GitHub release Build Status

Extensão e userscript para navegadores que remove o paywall poroso de diversos sites de notícia. Funciona no Opera, Firefox e Chrome (e em qualquer navegador compatível com WebExtension).

Para instalar no seu navegador e para mais informações sobre o projeto, visite https://burles.co

Desenvolvimento

Extensão

O código-fonte da extensão possui basicamente três arquivos, na pasta webext/:

  • manifest.json: descreve a extensão para os navegadores e define as permissões;
  • background.js: bloqueia/manipula pedidos responsáveis pelo paywall;
  • content*.js: injeta scripts para impedir a ativação do paywall ou revertê-lo.

Há um Makefile para auxiliar no desenvolvimento:

  • make lint: verifica erros de sintaxe ou de estilo no código. Requer o es-lint que pode instalado com npm install -g eslint;
  • make: executa todas as etapas incluindo o lint e gera extensões empacotadas para cada navegador.

Userscript

O código-fonte do userscript está em um repositório próprio aqui. Ele funciona bloqueando pedidos responsáveis pelo paywall e injetando scripts para impedir sua ativação.

Esse userscript funciona apenas com o Tampermonkey, porque é o único com suporte a API @webRequest.


Se você tiver alguma dúvida ou ideia para burlar um site novo, abra uma issue ou nos encontre no Gitter.

Publicações suportadas

O Burlesco funciona com os seguintes sites de notícia:

  • BRPOLÍTICO
  • Correio 24 Horas
  • Correio Popular
  • Crusoé
  • Diário do Grande ABC
  • Diário da Região
  • Diário Popular
  • Diarinho
  • Diário de Canoas
  • Estado de Minas
  • Época
  • Exame
  • Folha de Londrina
  • Folha de S.Paulo
  • Gazeta do Povo
  • Gazeta Online
  • GaúchaZH
  • JOTA
  • Jornal NH
  • Jornal Pioneiro
  • Jornal VS
  • NSC Total
  • O Estado de S. Paulo
  • O Globo
  • Quatro Rodas
  • Revista Oeste
  • Superinteressante
  • UOL
  • Veja
  • Seu Dinheiro
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].