OpenTitles version history - 12 versions
OpenTitles by Floris
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 2.17.0
Released 15 Jun 2024 - 248.03 kBWorks with firefox 109.0a1 and later, android 120.0 and laterSource code released under GNU Affero General Public License v3.0
Download FirefoxYou'll need Firefox to use this extensionOlder versions
Version 2.11.0
Released 24 Oct 2020 - 254.59 kBWorks with firefox 42.0 and later, android 48.0 to 68.*Source code released under GNU Affero General Public License v3.0
Version 2.9.0
Released 25 Sep 2020 - 254.34 kBWorks with firefox 42.0 and later, android 48.0 to 68.*Source code released under GNU Affero General Public License v3.0
Version 1.9.1
Released 5 May 2019 - 240.6 kBWorks with firefox 48.0 and later, android 48.0 to 68.*OpenTitles will now lookup the title history for an article via a background script proxy, instead of directly from the content script.
This is more secure and is not blocked by future CORB-policies, such as those already in place in Chrome 73.
The version number will show up as 1.9.1 in browsers due to a certificate bug in Firefox disabling a previous release, forcing a .1 version increment.
- Switched out XMLHttpRequest API usage for the newer, more robust fetch API.
- Moved CORS request to background script.
- Added floris.amsterdam (HTTPS only) as allowed host.
- Properties in media.json are now lowercased as per best JSON-practices.Source code released under GNU Affero General Public License v3.0
Version 1.8
Released 11 Apr 2019 - 229.52 kBWorks with firefox 48.0 and later, android 48.0 to 68.*NOS title selector changedSource code released under GNU Affero General Public License v3.0
Version 1.7
Released 19 Mar 2019 - 226.63 kBWorks with firefox 48.0 and later, android 48.0 to 68.*Removed a few broken feeds and added extra entries for NOS.Source code released under GNU Affero General Public License v3.0
Version 1.6
Released 23 Jan 2019 - 227.61 kBWorks with firefox 48.0 and later, android 48.0 to 68.*Small definitions fixSource code released under GNU Affero General Public License v3.0
Version 1.5
Released 21 Jan 2019 - 227.62 kBWorks with firefox 48.0 and later, android 48.0 to 68.*Fixed window variable ID extraction for more than one property of window and added retries.Source code released under GNU Affero General Public License v3.0
Version 1.4
Released 19 Jan 2019 - 227.41 kBWorks with firefox 48.0 and later, android 48.0 to 68.*Add two new ways to extract the article ID from a page: var and page.
Previously the ID had to be included in the URL for the plugin to be able to match an article to our records, now it can also be extracted from a global/window JS variable or an element on the page.
This update also includes definitions for some of the largest US media
- Added two fields to media.json: PAGE_ID_LOCATION and PAGE_ID_QUERY to define where and how the ID can be extracted.
- Fixed media.json parser in server.js - this should be refactored into a more readable set of methods in the future.
- Additional logging and checks.
- ID extraction method and switch on client script.
- Added media:
- https://*.abcnews.go.com/*
- https://*.cbsnews.com/*
- https://*.cnn.com/*
- https://*.msnbc.com/*
- https://*.nytimes.com/*
- https://*.latimes.com/*
- https://*.usatoday.com/*
- https://*.wsj.com/*
- https://*.washingtonpost.com/*
- https://*.vice.com/*
- https://*.huffingtonpost.com/*
- https://*.tmz.com/*
- https://*.newsweek.com/*
- http://*.time.com/*
- https://*.theguardian.com/*
- https://*.reuters.com/*Source code released under GNU Affero General Public License v3.0
Version 1.3
Released 6 Jan 2019 - 224.44 kBWorks with firefox 48.0 and later, android 48.0 to 68.*Make the popup look a bit more polished.Source code released under GNU Affero General Public License v3.0
Version 1.2
Released 6 Jan 2019 - 224.3 kBWorks with firefox 48.0 and later, android 48.0 to 68.*Added important features that will make it a lot easier to start adding more media down the line.
- Use unified media definitions shared by the server and the extension. This way media only have to be defined in one file.
- Move the media definitions down one level in the JSON config so that they are now properties of a country (i.e. NL, US, DE, BE, etc.)
- Switch the extension to load this list instead of using an internal array of media.
- Add a popup with a form to suggest the current website to be tracked by the API.
- Add endpoints to the server to process these suggestions.Source code released under GNU Affero General Public License v3.0
Version 1.1
Released 8 Dec 2018 - 18.64 kBWorks with firefox 48.0 and later, android 48.0 to 68.*Source code released under GNU Affero General Public License v3.0