Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update functions.js fix Repeat button display #2085

Closed
wants to merge 13 commits into from
Closed

Update functions.js fix Repeat button display #2085

wants to merge 13 commits into from

Commits on Mar 9, 2024

  1. Update functions.js

    #2019 went overboard and broke Repeat button display
    raszpl authored Mar 9, 2024
    Configuration menu
    Copy the full SHA
    ebcaa70 View commit details
    Browse the repository at this point in the history
  2. Update sub-options.css (#5)

    fix broken player_always_repeat button display
    raszpl authored Mar 9, 2024
    Configuration menu
    Copy the full SHA
    ea56260 View commit details
    Browse the repository at this point in the history
  3. Update functions.js

    moving functionality to function
    raszpl authored Mar 9, 2024
    Configuration menu
    Copy the full SHA
    c047c03 View commit details
    Browse the repository at this point in the history
  4. Update player.js

    playerRepeat renamed to playerAlwaysRepeat, modified to change it-repeat-button when pressed, previously it only changed when reloading page or clicking twice playerRepeatButton (disabling&enabling)
    raszpl authored Mar 9, 2024
    Configuration menu
    Copy the full SHA
    fb1b335 View commit details
    Browse the repository at this point in the history
  5. Update functions.js

    playerRepeat renamed to playerAlwaysRepeat
    raszpl authored Mar 9, 2024
    Configuration menu
    Copy the full SHA
    1d8e448 View commit details
    Browse the repository at this point in the history
  6. Update player.js

    synchronizing playerRepeatButton with playerAlwaysRepeat and improvedtubeYoutubeButtonsUnderPlayer below_player_loop. No need to reload page to se effect of one on others, clicking one updates all.
    raszpl authored Mar 9, 2024
    Configuration menu
    Copy the full SHA
    a2efee6 View commit details
    Browse the repository at this point in the history
  7. Update appearance.js

    synchronizing playerRepeatButton with playerAlwaysRepeat and improvedtubeYoutubeButtonsUnderPlayer below_player_loop. No need to reload page to se effect of one on others, clicking one updates all.
    raszpl authored Mar 9, 2024
    Configuration menu
    Copy the full SHA
    dbdd1d9 View commit details
    Browse the repository at this point in the history
  8. Update appearance.js

    formatting, indentation
    raszpl authored Mar 9, 2024
    Configuration menu
    Copy the full SHA
    6c7b475 View commit details
    Browse the repository at this point in the history
  9. Update styles.css

    cant have this style with dynamically injected improvedtubeYoutubeButtonsUnderPlayer
    raszpl authored Mar 9, 2024
    Configuration menu
    Copy the full SHA
    3ef2c86 View commit details
    Browse the repository at this point in the history
  10. Update appearance.js

    added createUnderPlayerButton helper function, dynamic improvedtubeYoutubeButtonsUnderPlayer injection
    raszpl authored Mar 9, 2024
    Configuration menu
    Copy the full SHA
    049826a View commit details
    Browse the repository at this point in the history
  11. Update functions.js

    added createUnderPlayerButton helper function
    raszpl authored Mar 9, 2024
    Configuration menu
    Copy the full SHA
    82c73ff View commit details
    Browse the repository at this point in the history
  12. Update core.js

    dynamic improvedtubeYoutubeButtonsUnderPlayer injection and switching
    raszpl authored Mar 9, 2024
    Configuration menu
    Copy the full SHA
    9d59a24 View commit details
    Browse the repository at this point in the history
  13. Update blocklist.js

    Made blocklist  dynamic, Disabling Blocklist automatically shows blocklisted videos without the need to refresh page.
    raszpl authored Mar 9, 2024
    Configuration menu
    Copy the full SHA
    74c8ae2 View commit details
    Browse the repository at this point in the history