Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: extesy/hoverzoom
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.216
Choose a base ref
...
head repository: extesy/hoverzoom
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.217
Choose a head ref
  • 14 commits
  • 8 files changed
  • 3 contributors

Commits on May 2, 2024

  1. New plug-in for: routard.com

    GrosPoulet committed May 2, 2024
    Copy the full SHA
    b846276 View commit details
  2. Merge pull request #1344 from GrosPoulet/master

    New plug-in for: routard.com
    GrosPoulet authored May 2, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1ec4c23 View commit details

Commits on May 4, 2024

  1. New plug-in for: Apple Podcasts

    - Podcasts are played when hovering the "Play" button
    - HZ+ player allows user to save audio files (.mp3)
    GrosPoulet committed May 4, 2024
    Copy the full SHA
    5cee54a View commit details
  2. Merge pull request #1345 from GrosPoulet/master

    New plug-in for: Apple Podcasts
    GrosPoulet authored May 4, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    beaf2ca View commit details

Commits on May 8, 2024

  1. New plug-in for: Monuments Nationaux

    GrosPoulet committed May 8, 2024
    Copy the full SHA
    075b179 View commit details
  2. Merge pull request #1346 from GrosPoulet/master

    New plug-in for: Monuments Nationaux
    GrosPoulet authored May 8, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    2c6e17e View commit details

Commits on May 9, 2024

  1. New plug-in for: Phys.org

    And also:
    - medicalxpress.com
    - sciencex.com
    - techxplore.com
    GrosPoulet committed May 9, 2024
    Copy the full SHA
    184a5d2 View commit details
  2. Merge pull request #1347 from GrosPoulet/master

    New plug-in for: Phys.org
    GrosPoulet authored May 9, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    939be4c View commit details
  3. Plug-in for: Apple (apps, music, podcasts & books)

    - zoom apps, music & books covers
    - play podcasts
    - do NOT play music tracks
    GrosPoulet committed May 9, 2024
    Copy the full SHA
    dacfaef View commit details
  4. Merge pull request #1348 from GrosPoulet/master

    Plug-in for: Apple (apps, music, podcasts & books)
    GrosPoulet authored May 9, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    cb4bb55 View commit details

Commits on May 11, 2024

  1. Fix for plug-in: Freepik.com

    added support for videos
    GrosPoulet committed May 11, 2024
    Copy the full SHA
    e0021e4 View commit details
  2. Merge pull request #1349 from GrosPoulet/master

    Fix for plug-in: Freepik.com
    GrosPoulet authored May 11, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    876d395 View commit details

Commits on May 18, 2024

  1. Fix for X/Twitter URL change (#1352)

    ibanks42 authored May 18, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    fee0c25 View commit details
  2. Bump version and update changelog

    extesy committed May 18, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    extesy Oleg Anashkin
    Copy the full SHA
    b7bcd48 View commit details
Showing with 404 additions and 36 deletions.
  1. +48 −28 CHANGELOG.md
  2. +22 −1 manifest.json
  3. +94 −0 plugins/apple.js
  4. +23 −7 plugins/freepik.js
  5. +86 −0 plugins/monuments_nationaux.js
  6. +43 −0 plugins/physorg.js
  7. +31 −0 plugins/podcasts_apple.js
  8. +57 −0 plugins/routard.js
Loading