Twitch Follower Count

Configurable browser userscript that shows follower count when in a twitch channel page.

These are versions of this script where the code was updated. Show all versions.

  • v1.2.1 24. 05. 2021

    Changed CSS selectors and node inserting.

  • v1.2.0 16. 05. 2021

    Added instant update on channel switch

  • v1.1.1 15. 05. 2021

    Channel name now obtained from url

  • v1.1.0 15. 05. 2021

    Replaced standard style node creation with GM_addStyle call

  • v1.0.2 14. 05. 2021

    Fixed response validation

  • v1.0.1 13. 05. 2021

    Updated userscript @description

  • v1.0.0 13. 05. 2021

    Stable release

    - Changes to userscript configuration are now applied instantly.

  • v0.1.18 13. 05. 2021

    Moved setInterval out of run to avoid browser tab crash

  • v0.1.17 13. 05. 2021

    Code cleaning

  • v0.1.16 13. 05. 2021

    - Fixed responseIsValid method return statement and call
    - Improved error logging
    - Moved response validation out of getFollowerCount

  • v0.1.15 11. 05. 2021

    - Node creation now splitted into multiple functions
    - Style and class attribute creation now properly done
    - Changed margin from px to rem

  • v0.1.14 09. 05. 2021

    Code rework

  • v0.1.13 08. 05. 2021

    - Added userscript configuration page
    - Changed userscript defaults
    - Added animation on counter update upon channel switch

  • v0.1.7 07. 05. 2021

    Switched userscript icons to .png

  • v0.1.6 07. 05. 2021

    Added userscript icons

  • v0.1.5 06. 05. 2021

    Updated @version

  • v0.1.4 06. 05. 2021

    Updated @description

  • v0.1.4 06. 05. 2021

    Changed extension to .user.js

    - Updated @downloadURL and @updateURL to match new file name

  • v0.1.3 06. 05. 2021

    Minor changes

    - Reformatted code according to Prettier's default
    - Converted tabs to spaces
    - Increased version

  • v0.1.2 06. 05. 2021

    Non-partner channels bugfix

    - Fixed an issue that caused follower count to appear inside the follow button in non-partner channels

  • v0.1.2 05. 05. 2021