Firefox-selaimen lisäosat
  • Laajennukset
  • Teemat
    • Firefoxille
    • Oikolukusanastot ja kielipaketit
    • Muiden selainten sivustot
    • Lisäosia Androidille
Kirjaudu sisään
Lisäosan kuvake

Lisäosan Luminous: JavaScript events blocker versiohistoria - 25 versiota

Luminous: JavaScript events blocker tekijä gbaptista

Arvioitu 4,2/5
4,2/5 tähteä
5
18
4
2
3
2
2
1
1
3
Lisäosan Luminous: JavaScript events blocker versiohistoria - 25 versiota
  • Ole varovainen vanhojen versioiden kanssa! Ne näytetään vain testauksen ja viittausten vuoksi.On suositeltavaa käyttää aina lisäosan uusinta versiota.

  • Uusin versio

    Versio 0.0.28

    Julkaistu 14. syys 2019 - 383,56 kt
    Yhteensopivuus: firefox 42.0 ja uudemmat
    - https://github.com/gbaptista/luminous/releases/tag/0.0.28

    - Support for requestAnimationFrame()
    - Including third party libraries versions to meet Mozilla requirements (https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/Third_Party_Library_Usage)

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Tarvitset Firefoxin käyttääksesi tätä laajennusta
    Lataa Firefox ja hanki laajennus
    Lataa tiedosto
  • Vanhemmat versiot

    Versio 0.0.27

    Julkaistu 23. maalis 2019 - 403,05 kt
    Yhteensopivuus: firefox 42.0 ja uudemmat

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 0.0.26

    Julkaistu 14. maalis 2018 - 408,97 kt
    Yhteensopivuus: firefox 42.0 ja uudemmat, android versiosta 48.0 versioon 68.*
    Fix Firefox binary files issue.

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 0.0.25

    Julkaistu 13. maalis 2018 - 408,92 kt
    Yhteensopivuus: firefox 42.0 ja uudemmat, android versiosta 48.0 versioon 68.*
    Improve code detection for Firefox 57+ browsers.

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 0.0.24

    Julkaistu 9. maalis 2018 - 395,63 kt
    Yhteensopivuus: firefox 42.0 ja uudemmat, android versiosta 48.0 versioon 68.*
    Detect JavaScript codes inside iframes.

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 0.0.23

    Julkaistu 5. maalis 2018 - 391,26 kt
    Yhteensopivuus: firefox 42.0 ja uudemmat, android versiosta 48.0 versioon 68.*
    Introducing major changes to the code structure. This should be the fastest version so far, several performance issues resolved.

    New feature: Log panels available for all browsers.

    I'm very excited about this release, hope you all enjoy the improvements!

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 0.0.22

    Julkaistu 25. helmi 2018 - 378,28 kt
    Yhteensopivuus: firefox 42.0 ja uudemmat, android versiosta 48.0 versioon 68.*
    Improve reports performance.
    Fix gray icon problem.

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 0.0.21

    Julkaistu 25. helmi 2018 - 378,26 kt
    Yhteensopivuus: firefox 42.0 ja uudemmat, android versiosta 48.0 versioon 68.*
    - User-Agent header interception.
    - NavigatorID.userAgent interception.
    - getBattery interception.
    - Navigator.getGamepads() interception.
    - Fix Promise callbacks issue.

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 0.0.20

    Julkaistu 24. helmi 2018 - 377,74 kt
    Yhteensopivuus: firefox 42.0 ja uudemmat, android versiosta 48.0 versioon 68.*
    Fix indexedDB issues.

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 0.0.19

    Julkaistu 24. helmi 2018 - 377,15 kt
    Yhteensopivuus: firefox 42.0 ja uudemmat, android versiosta 48.0 versioon 68.*
    Introducing JavaScript profiler with performance analysis.

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 0.0.18

    Julkaistu 15. helmi 2018 - 369,07 kt
    Yhteensopivuus: firefox 42.0 ja uudemmat, android versiosta 48.0 versioon 68.*
    - Fix headers with cookies (Github login issue).
    - Fix original function calls (Maximum call stack size exceeded).
    - Fix "handleEvent not defined" issue.

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 0.0.17

    Julkaistu 14. helmi 2018 - 400,86 kt
    Yhteensopivuus: firefox 42.0 ja uudemmat, android versiosta 48.0 versioon 68.*
    - Use `sub_frame` for `webRequest.onCompleted` automatic settings.
    - Use `sub_frame` for `webRequest.onBeforeRequest` tabId setter.
    - Set cookies for settings.
    - Create settings compressor (for cookies).
    - Use `webNavigation.onCommitted` to inject settings.
    - Use `onMessage` callback to inject settings.
    - Options injection refactoring.
    - Introducing debug_log method.
    - Update injected code with `show_code_details`.
    - Update injected code with `injection_disabled`.
    - Introducing JavaScript helpers files.
    - Add `js.cookie` project.
    - Check `injection_disabled` for injected code and all interceptions.
    - Fix `XMLHttpRequest.open` auntheticated requests issue.
    - Implement `luminous-message` for future log ideas.
    - Request `webNavigation` permission.

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 0.0.16

    Julkaistu 12. helmi 2018 - 363,69 kt
    Yhteensopivuus: firefox 42.0 ja uudemmat, android versiosta 48.0 versioon 68.*
    UI Improvements:
    - Gray bottom lines.
    - Zoom in option.
    - Apply to default rules.

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 0.0.15

    Julkaistu 11. helmi 2018 - 362,84 kt
    Yhteensopivuus: firefox 42.0 ja uudemmat, android versiosta 48.0 versioon 68.*
    New build format following Mozilla guidelines:

    - https://developer.mozilla.org/en-US/Add-ons/Source_Code_Submission
    - https://blog.mozilla.org/addons/2016/04/05/improved-review-time-with-links-to-sources/

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 0.0.14

    Julkaistu 11. helmi 2018 - 1,05 Mt
    Yhteensopivuus: firefox 42.0 ja uudemmat, android versiosta 48.0 versioon 68.*
    Fix geolocation bug.

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 0.0.13

    Julkaistu 11. helmi 2018 - 1,05 Mt
    Yhteensopivuus: firefox 42.0 ja uudemmat, android versiosta 48.0 versioon 68.*
    - Reports about all javaScript detections.
    - Geolocation API support.

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 0.0.12

    Julkaistu 10. helmi 2018 - 1 015,57 kt
    Yhteensopivuus: firefox 42.0 ja uudemmat, android versiosta 48.0 versioon 68.*
    Introducing Automatic Settings.

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 0.0.11

    Julkaistu 6. helmi 2018 - 1 010,23 kt
    Yhteensopivuus: firefox 42.0 ja uudemmat, android versiosta 48.0 versioon 68.*
    - Fix removeEventListener.
    - Fix OpenStreetMap, Google Spreadsheets and YouTube issues.

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 0.0.10

    Julkaistu 5. helmi 2018 - 1 009,93 kt
    Yhteensopivuus: firefox 42.0 ja uudemmat, android versiosta 48.0 versioon 68.*
    - Improvements to the settings UI search.
    - Default disable addons websites.
    - Automatically create settings for visited sites.

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 0.0.9

    Julkaistu 4. helmi 2018 - 1 008,63 kt
    Yhteensopivuus: firefox 42.0 ja uudemmat, android versiosta 48.0 versioon 68.*
    - Improve Readers Performance
    - Introducing Default Rules

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 0.0.8

    Julkaistu 4. helmi 2018 - 1 005,07 kt
    Yhteensopivuus: firefox 42.0 ja uudemmat, android versiosta 48.0 versioon 68.*
    - Settings for custom website rules.
    - Disable code injection for YouTube by default.

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 0.0.7

    Julkaistu 4. helmi 2018 - 1 000,85 kt
    Yhteensopivuus: firefox 42.0 ja uudemmat, android versiosta 48.0 versioon 68.*
    - Default settings for WhatsApp Web.
    - New settings pages.
    - Performance Improvements.

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 0.0.6

    Julkaistu 3. helmi 2018 - 972,67 kt
    Yhteensopivuus: firefox 42.0 ja uudemmat, android versiosta 48.0 versioon 68.*
    New settings pages to help understand how the options are stored and provide informations for debug:

    - Options to enable/disable code injection (with all domains).
    - Options to enable/disable popup code details.
    - Local sotrage visualization.
    - Sync sotrage visualization.
    - Button to clear storage.

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 0.0.5

    Julkaistu 1. helmi 2018 - 963,35 kt
    Yhteensopivuus: firefox 42.0 ja uudemmat, android versiosta 48.0 versioon 68.*
    - Show gray icons when website is disabled.
    - Reset counter on tab refresh.
    - Don't try to inject anything if website is disabled.
    - Remove some responsabilities from interceptor.
    - Improve interceptor performance.
    - Improve tab id setter performance.

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 0.0.4

    Julkaistu 31. tammi 2018 - 887,38 kt
    Yhteensopivuus: firefox 42.0 ja uudemmat, android versiosta 48.0 versioon 68.*
    Fix Content Security Policy Issues:
    - if the script injection is disabled, don't try to change request headers!
    - If unsafe-inline rule exists, create a new rule with nonce will block other scripts, we can't do that.

    Added Spanish Language:
    - Thanks SeppNel!

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
Siirry Mozillan verkkosivustolle

Lisäosat

  • Tietoja
  • Firefox-lisäosien blogi
  • Laajennustyöpaja
  • Kehityskeskus
  • Kehittäjäkäytännöt
  • Yhteisön blogi
  • Keskustelualue
  • Ilmoita ongelmasta
  • Opas arviointiin

Selaimet

  • Desktop
  • Mobile
  • Enterprise

Tuotteet

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Tietosuoja
  • Evästeet
  • Juridiset asiat

Jos ei erikseen mainita, tämän sivuston sisällön kattaa lisenssi Creative Commons Attribution Share-Alike License v3.0 tai mikä tahansa uudempi versio.