Piss off, publisher frames!

Tells journal publisher frames and popups to piss off!

O que é Piss off, publisher frames!?

Piss off, publisher frames! é uma extensão do Chrome desenvolvida por Backside Attack, e sua principal característica é "Tells journal publisher frames and popups to piss off!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Piss off, publisher frames!

Baixe arquivos de extensão Piss off, publisher frames! no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Update Feb 15, 2020 -- Better late than never!
________________________________

Do you read academic journal articles on the World Wide Web using a computing machine of some kind??

Do you like to view the article PDF in your whole window and not in frames and pop-ups that academic journal publishers like to provide?

Good! Then, this is the right Chrome Extension for you!

Features:
- Eliminates useless PDF sidebars on select major publisher websites!

- Eliminates pop-up PDF windows on major journal article repositories that JStor and deliver Science Direct-ly to you!

- Doesn't really do anything else!

Enable/disable the extension on each publisher site by clicking the extension icon or by going to chrome://extensions > Piss Off > Options

Kindly send a support message if you find a publisher whose annoying frames and popups slip through the cracks.  Sometimes publishers revamp (i.e. break) their sites as well, so let me know if things change suddenly!  Otherwise, enjoy!


NOTE ON PERMISSIONS:

Requested permissions are solely to identify journal publisher websites and extract the appropriate PDF location. There are no ads, no tracking, and no analytics of any kind. I'm too simple for that kind of thing.


CHANGE LOG:

v0.38: New support for (destroying) Elsevier Reader! Several deprecated services have been removed, as publishers seem more amenable to just giving us the damn PDF. If this update breaks anything, please kindly leave a support message!

v0.37: Wiley Readcube has been re-killed!

v0.36: Some long overdue fixes, and deprecated support for some publishers who have finally given up on frames! Hurrah!

v0.35: Proquest support should be fixed.  Added experimental support for the hub of science that shall not be named.

v0.34: Fixed JStor support due to site changes. Added satisfactory Springer support (I hope!). Fixed RSC support due to site changes.

v0.33: New quick url hack to impale the Readcube interface on Wiley and send you straight to the pdf.  (Seriously, why do the publishers think anyone wants this??)

v0.32: Reverting a JStor bug fix.

v0.31: Squashed bugs that broke JStor compatibility. Added requested EBSCO support.

v0.30: Added new options panel accessible in chrome://extensions

v0.28: Added query string support for PDF + Supplementary Info implementation on some sites (e.g. PNAS).  Prior to this version, the extension was recklessly discarding the query string.

v0.26: Bug fix for a situation in which Wiley URLs containing a proxy suffix would not be recognized correctly by the extension, leaving behind a hideous and monstrous header bar.

v0.25: Fix for another useless site change at sciencedirect that broke everything. (8/26/13)

v0.24: The hits just keep on coming.  Here's a fix for RSC.

v0.23: Squashed a bug generated by a change at sciencedirect.com that permitted some pesky PDF popups if browsing from journal TOC pages.

v0.22: Added support for (destruction of!) Proquest.

v0.21: Quick sloppy fix for IEEEeeeeee!

v0.2: Supports (destroys!) more journal publisher websites.  Eat it.

v0.1: First beta release.                    

Informações Básicas da Extensão

Nome Piss off, publisher frames! Piss off, publisher frames!
ID ffmffcaeblfpligkklopofadiemkelld
URL Oficial https://chromewebstore.google.com/detail/piss-off-publisher-frames/ffmffcaeblfpligkklopofadiemkelld
Descrição Tells journal publisher frames and popups to piss off!
Tamanho do Arquivo 28.14 KB
Contagem de Instalações 1,472
Versão Atual 0.38
Última Atualização 2020-02-20
Data de Publicação 2020-02-20
Classificação 4.81/5 Total de 31 Avaliações
Desenvolvedor Backside Attack
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Piss off, publisher frames!",
    "short_name": "Piss off!",
    "description": "Tells journal publisher frames and popups to piss off!",
    "version": "0.38",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon-19.png",
        "default_title": "Piss off, publisher frames!",
        "default_popup": "options.html"
    },
    "permissions": [
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}