jirkavrba / vscode-subway-surfers

The Industrial Revolution and its consequences have been a disaster for the human race.
https://marketplace.visualstudio.com/items?itemName=jirkavrba.subway-surfers
MIT License
304 stars 23 forks source link

User defined sources #16

Closed styxpilled closed 1 year ago

styxpilled commented 1 year ago

Ability for users to add custom sources and URL's locally.

Example:

"subway.surfers.customSources": [
  {
    "label": "Soap videos",
    "videos": [
      "a2vzWDqJRKg",
      "GdALx9LS_uY",
      "BZ6xsmyQsZQ"
    ],
    "width": 300
  },
]
jirkavrba commented 1 year ago

Cool idea!

I will maybe add a small note to the README to explain how this can be used.