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

Lisäosan LinkedIn Job Ad Marker versiohistoria - 6 versiota

LinkedIn Job Ad Marker tekijä Ivo Stoykov

Ei vielä arvioita
0/5 tähteä
5
0
4
0
3
0
2
0
1
0
Lisäosan LinkedIn Job Ad Marker versiohistoria - 6 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 1.1.65

    Julkaistu 3. huhti 2026 - 161,73 kt
    Yhteensopivuus: firefox 109.0a1 ja uudemmat
    • page-console debug helper for quick surface diagnostics during LinkedIn regressions
    • Jobs-surface detection now follows the visible DOM rather than trusting only the route, so the path can resolve to the correct classic or AI adapter at runtime
    • URL-change diagnostics now log the real SPA sequence, including page-context changes
    • Classic and AI alert flows now stay marked after rapid LinkedIn SPA hops between notifications, AI search, and classic search
    • The visible jobs surface inside LinkedIn’s same-origin frame now receives the content script, stylesheet, and initial mark pass
    • AI-style result cards on now resolve job IDs reliably through page-side annotations instead of missing most cards
    • Non-job footer and feedback rows on the AI search surface no longer inflate card counts or produce false missing-ID diagnostics

    Changelog: https://github.com/ivostoykov/li-job-ad-marker/blob/main/CHANGELOG.md
    Report Issues: https://github.com/ivostoykov/li-job-ad-marker/issues
    ReadMe: https://github.com/ivostoykov/li-job-ad-marker/blob/main/README.md
    Privacy: https://github.com/ivostoykov/li-job-ad-marker/blob/main/PRIVACY.md

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

    Lataa Firefox ja hanki laajennus
    Lataa tiedosto
  • Vanhemmat versiot

    Versio 1.1.56

    Julkaistu 1. huhti 2026 - 158,4 kt
    Yhteensopivuus: firefox 109.0a1 ja uudemmat
    Content-script observation now keeps one active observer per injected LinkedIn page context and only rebuilds it when the matched adapter or observed root changes
    Jobs-surface startup now runs an immediate first marking pass before relying on later DOM mutations
    Content-script startup now applies stored colour and debug settings before the first jobs-surface handling begins
    Notification-to-jobs SPA navigation no longer drops the initial marking pass when LinkedIn issues rapid pushState and replaceState updates
    Query-string-only changes such as currentJobId no longer restart jobs-page handling or tear down the active card observer
    Debug logging now initialises consistently at startup instead of missing the first pass while the async log bootstrap catches up

    Changelog: https://github.com/ivostoykov/li-job-ad-marker/blob/main/CHANGELOG.md
    Report Issues: https://github.com/ivostoykov/li-job-ad-marker/issues
    ReadMe: https://github.com/ivostoykov/li-job-ad-marker/blob/main/README.md
    Privacy: https://github.com/ivostoykov/li-job-ad-marker/blob/main/PRIVACY.md

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

    Lataa tiedosto
  • Versio 1.1.55

    Julkaistu 1. huhti 2026 - 158,13 kt
    Yhteensopivuus: firefox 109.0a1 ja uudemmat
    • Content-script observation now keeps one active observer per injected LinkedIn page context and only rebuilds it when the matched adapter or observed root changes
    • Jobs-surface startup now runs an immediate first marking pass before relying on later DOM mutations
    • Content-script startup now applies stored colour and debug settings before the first jobs-surface handling begins
    • Notification-to-jobs SPA navigation no longer drops the initial marking pass when LinkedIn issues rapid pushState and replaceState updates
    • Query-string-only changes such as currentJobId no longer restart jobs-page handling or tear down the active card observer
    • Debug logging now initialises consistently at startup instead of missing the first pass while the async log bootstrap catches up

    Changelog: https://github.com/ivostoykov/li-job-ad-marker/blob/main/CHANGELOG.md
    Report Issues: https://github.com/ivostoykov/li-job-ad-marker/issues
    ReadMe: https://github.com/ivostoykov/li-job-ad-marker/blob/main/README.md
    Privacy: https://github.com/ivostoykov/li-job-ad-marker/blob/main/PRIVACY.md

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

    Lataa tiedosto
  • Versio 1.1.52

    Julkaistu 1. huhti 2026 - 157,67 kt
    Yhteensopivuus: firefox 109.0a1 ja uudemmat
    • src/js/constants.js — shared constants file (LOG_MARKER, LOG_BADGE_DEBUG) loaded first in both manifests and imported into the Chrome service worker via importScripts
    • log.js rewritten to match the reference model: only console.debug is patched (gated by debugEnabled), with badge and correct caller line number via named-function skip; logDebug, logInfo, logWarn, logError wrappers removed
    • All logDebug / logWarn / logError call sites in content.js replaced with native console.debug / console.warn / console.error

    Changelog: https://github.com/ivostoykov/li-job-ad-marker/blob/main/CHANGELOG.md
    Report Issues: https://github.com/ivostoykov/li-job-ad-marker/issues
    ReadMe: https://github.com/ivostoykov/li-job-ad-marker/blob/main/README.md
    Privacy: https://github.com/ivostoykov/li-job-ad-marker/blob/main/PRIVACY.md

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

    Lataa tiedosto
  • Versio 1.1.50

    Julkaistu 31. maalis 2026 - 156,58 kt
    Yhteensopivuus: firefox 109.0a1 ja uudemmat
    Added
    • Now the user can treat "Promoted" and "Reposted" as Viewed by switching the checkbox on the options page — when enabled, cards carrying a Promoted or Reposted label are treated as viewed
    • Added Unwanted title words textarea on the options page (comma-separated, case-insensitive) — to improve search result by filtering off any title that contains a listed word or phrase
    • Unwanted-title marking also applies to the right-hand detail panel title, updated live on panel navigation

    Changed
    • markPage() now runs markDetailPanelUnwantedTitle() alongside the existing card and ageing passes
    • applyMark() accepts an isUnwantedTitle flag, keeping the mark independent of job state so applied or viewed cards can also carry the strikethrough

    Changelog: https://github.com/ivostoykov/li-job-ad-marker/blob/main/CHANGELOG.md
    Report Issues: https://github.com/ivostoykov/li-job-ad-marker/issues
    ReadMe: https://github.com/ivostoykov/li-job-ad-marker/blob/main/README.md
    Privacy: https://github.com/ivostoykov/li-job-ad-marker/blob/main/PRIVACY.md

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

    Lataa tiedosto
  • Versio 1.1.32

    Julkaistu 28. maalis 2026 - 171,48 kt
    Yhteensopivuus: firefox 109.0a1 ja uudemmat

    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.