GitHub Star History ⭐

Adds star history chart to sidebar of GitHub repos

Zoznam verzií skriptu, ktorých kód bol aktualizovaný. Zobraziť všetky verzie.

  • v2024.4.27.6 27.04.2024

    Appended semicolon to line before observer IIFE

    ... to avoid unpredictable behavior

  • v2024.4.27.5 27.04.2024

    Eliminated dismissKeys init in alert() for conciseness

  • v2024.4.27.4 27.04.2024

    Padded object destructuring for readability

  • v2024.4.27.3 27.04.2024

    Condensed mutation observer routine

  • v2024.4.27.2 27.04.2024

    Condensed getUserAndRepoOfCurrentPage()

  • v2024.4.27.1 27.04.2024

    Loosened comparison operators for smaller filesize

  • v2024.4.27 27.04.2024

    Fix repository URL regex

    Fix SonarCloud comments

    Merge pull request #20 from ramikg/fix-repository-url-regex

    Fix repository URL regex ("trailing slash" bug)

  • v2024.4.9.1 10.04.2024

    Added space

  • v2024.4.9 10.04.2024

    Promisified GM.xmlHttpRequest() in insertStarHistory() to support VM (adamlui/userscripts#74)

  • v2024.3.5.1 05.03.2024

    Further reduced potential for backtracking in config.updateURL regex

  • v2024.3.5 05.03.2024

    Eliminated potential for polynomial backtracking in regex

    ... by increasing specificity of capturing group

  • v2024.2.21 21.02.2024

    Updated regex to exclude query params in GitHub URL extraction

  • v2023.12.10 10.12.2023

    Replaced all .appendChild()'s w/ .append()'s to shorten codebase

  • v2023.12.2 03.12.2023

    Added sytem/browser user scheme preference to isDarkMode()

  • v2023.11.26 27.11.2023

    Eliminated .innerHTML dependency, re-ordered routine

  • v2023.11.25 25.11.2023

    Added config.appName

  • v2023.11.17.3 18.11.2023

    Shortened attribute arg name

  • v2023.11.17.2 18.11.2023

    Shortened element arg

  • v2023.11.17.1 18.11.2023

    Removed () around unmodded args in arrow functions

  • v2023.11.17 18.11.2023

    Loosened equality comparisons

  • v2023.11.12.2 13.11.2023

    Updated download/update URLs ↞ [auto-sync from adamlui/userscripts]

  • v2023.11.12.1 12.11.2023

    Replaced .match() w/ faster method

  • v2023.11.12 12.11.2023

    Added download/update URL metas, updated config.updateURL ↞ [auto-sync from adamlui/userscripts]

  • v2023.9.30.2 01.10.2023

    Updated // @version to 2023.9.30.2

  • v2023.2.30.2 01.10.2023

    Updated alert() + About modal

    • Added styles to About dialog text ± Moved source code CTA from button to dialog text
    • Narrowed dialog
    • Added font-family to alert()
  • v2023.9.30.1 01.10.2023

    Removed semicolons, added whitespace

  • v2023.9.30 01.10.2023

    Added transition fx to alert(), combined const inits

    • Removed whitespace/semicolon
  • v2023.9.7 07.09.2023

    Moved #star-history check later to allow for load

  • v2023.9.5 06.09.2023

    Changed onRepoPage to regex to allow trailing slashes

  • v2023.8.22 22.08.2023

    Changed hover cursor to crosshair

  • v2023.8.21.3 21.08.2023

    Added // @grant GM_openInTab ↞ [auto-sync from adamlui/userscripts]

  • v2023.8.21.2 21.08.2023

    Added Edge compatibility meta ↞ [auto-sync from adamlui/userscripts]

  • v2023.8.21.1 21.08.2023

    Removed unused config.prefix, added base to parseInt()'s ↞ [auto-sync from adamlui/userscripts]

  • v2023.8.21 21.08.2023

    Added about dialog to menu ↞ [auto-sync from adamlui/userscripts]

  • v2023.8.20.1 20.08.2023

    Removed line breaks for readability ↞ [auto-sync from adamlui/userscripts]

  • v2023.8.20 20.08.2023

    Added darkmode + Chromium support, re-ordered functions, added meta ↞ [auto-sync from adamlui/userscripts]

  • v2023.8.18.8 18.08.2023

    Added title tags ↞ [auto-sync from adamlui/userscripts]

  • v2023.8.18.7 18.08.2023

    GH sync test

  • v2023.8.18.4 18.08.2023