Piss off, publisher frames!

Tells journal publisher frames and popups to piss off!

Vad är Piss off, publisher frames!?

Piss off, publisher frames! är en Chrome-tillägg utvecklad av Backside Attack, och dess huvudfunktion är "Tells journal publisher frames and popups to piss off!".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Piss off, publisher frames!-förlängningens CRX-fil

Ladda ner Piss off, publisher frames!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Piss off, publisher frames! Piss off, publisher frames!
ID ffmffcaeblfpligkklopofadiemkelld
Officiell webbadress https://chromewebstore.google.com/detail/piss-off-publisher-frames/ffmffcaeblfpligkklopofadiemkelld
Beskrivning Tells journal publisher frames and popups to piss off!
Filstorlek 28.14 KB
Antal Installationer 1,472
Aktuell Version 0.38
Senast Uppdaterad 2020-02-20
Publiceringsdatum 2020-02-20
Betyg 4.81/5 Totalt 31 Betyg
Utvecklare Backside Attack
Betalningssätt free
Stödda Språk 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
}