Greasy Fork is available in English.

GitHub Star History ⭐

Adds star history chart to sidebar of GitHub repos

Seznam verzí skriptu, při kterých došlo ke změnám v kódu. Zobrazit všechny verze.

  • v2024.10.17.17 18. 10. 2024

    Refactored updateCheck() to align w/ my other userscripts for easier maintenance

  • v2024.10.17.16 18. 10. 2024

    Replaced ui + feedback func defs w/ chatgpt.js import for less code/easier maintenance

  • v2024.10.17.15 17. 10. 2024

    添加按钮,方便移动设备

    Bumped @version to 2024.10.17.15

    Converted un-interpolated template literal to string

    Merge pull request #46 from ChinaGodMan/insertBtn

    添加按钮,方便移动设备

  • v2024.10.17.14 17. 10. 2024

    Narrowed scope of @connect URLs for improved privacy/security ↞ [auto-sync from adamlui/userscripts]

  • v2024.10.17.13 17. 10. 2024

    Replaced app init w/ remote app.json fetch

  • v2024.10.17.12 17. 10. 2024

    Moved func defs to top to align w/ my other usersripts for easier maintenance

    Added main routine section comment

  • v2024.10.17.10 17. 10. 2024

    Replaced config w/ more readable app

  • v2024.10.17.9 17. 10. 2024

    Removed no-longer used safeWinOpen() 2nd arg in zoomStarHistory()

  • v2024.10.17.8 17. 10. 2024

    Replaced window.open() in zoomStarHistory(), condensed def

  • v2024.10.17.7 17. 10. 2024

    Shortened safeWindowOpen() to safeWinOpen()

  • v2024.10.17.6 17. 10. 2024

    Replaced .addEventListener()s w/ simpler .on<event> assignments

  • v2024.10.17.5 17. 10. 2024

    Removed padding around non-expressions in template literals for readability

  • v2024.10.17.4 17. 10. 2024

    Added OrangeMonkey support

  • v2024.10.17.3 17. 10. 2024

    Moved scheme into new ui obj for improved organization

  • v2024.10.17.2 17. 10. 2024

    Moved logical OR operators in isDarkMode() from ends of lines to beginnings for readability

  • v2024.10.17.1 17. 10. 2024

    Refactored onRepoPage to check meta tag for reliability (adamlui/github-star-history#45)

  • v2024.9.2.2 02. 09. 2024

    ESCAPED_MSG ↞ [auto-sync from adamlui/userscripts]

  • v2024.9.2.1 02. 09. 2024

    Expanded onRepoPage to cover branches, shortened regex

  • v2024.9.2 02. 09. 2024

    Fixed graph doesn't insert on direct nav from repo to repo (adamlui/github-star-history#38)

  • 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]

Zobrazit všechny verze skriptu