Skip to content
This repository has been archived by the owner on Aug 30, 2018. It is now read-only.

Developer Version

Jeppe Rune Mortensen edited this page Apr 4, 2014 · 50 revisions

The developer version of YouTube Center is an unstable version, which will contain the latest of the latest features, bug fixes and etc. But it's not guaranteed to work.

If you decide to use the developer version every bug you find should be reported on YouTube Center's issue tracker (make sure the issue hasn't already been posted).

###Download

Userscript: YouTubeCenter.user.js
Chrome/Opera v15+: YouTubeCenter.crx
Firefox: YouTubeCenter.xpi
Opera <15: YouTubeCenter.oex
Maxthon: YouTubeCenter.mxaddon

###Safari

Safari isn't always up-to-date with the latest developer version (it rarely is), because it requires me to open Safari to actually compile the Safari extension. But at rare times I will do this.

Safari: YouTubeCenter.safariextz

###What might be added in the next version

  • Shortcuts manager. Set each key on the keyboard to execute different actions or macros.
  • Display changelog when YouTube Center has been updated.

###What is planned for the next version

  • Option to set a default for the comments to be order by top comments or newest.
  • Fix "Fullscreen Top Player" for Firefox (might be because of the smooth scroll feature in Firefox).
  • Advanced repeat button where you will be able to repeat from a time range instead of just one option.

###What is currently being worked on

  • Implementing a new data downloading system to make it easier to implement new features using this function.
  • Implementing a new cache system to make it easier to implement new features using this function.

###Features that is in the works, but has been delayed due to it not being important.

  • Implementing comment filtering including adding it into the settings.
    • The filtering is mostly done by regular expression, which is native in JavaScript.
    • The default options will automatically block certain comments like ASCII art.
    • Strip URLs with optional regex (this means that you can strip all URLs or just a few selected ones).
    • Strip words or characters with optional regex.
    • Comment Blocking
      • Whitelist - Comments that always will be shown.
      • Blacklist - Comments that will be blocked (wont be blocked if it's in the whitelist).
      • Adding more conditions/filters to the blocking to make it possible to customize it more.
      • Remove the blocked comment instead of replacing the content with a default text.
        • Option to remove replies too.
    • Duplication Blocking
      • Removes comment duplicates of the same user. This is that the content of the other comment matches it completely.

###Needs testing None at the moment.

###Needs fixing

  • The SPF feature still has a few bugs in it.

###Completed

  • [Firefox] The memory leak in the Firefox extension is now not as noticeable as before.
  • [Firefox] Fixed a bug where the Firefox extension didn't work.
  • Fixed auto resolution for the HTML5 player.
  • Somewhat fixed the prevent auto-buffering for the HTML5 player.
  • Fixed some errors caused by having a Chromecast on your network.
  • Removed some useless logging.

If you would like to request a feature. Please take a look at the todo list. If you don't find the feature in the todo list you can create an issue with a description of the feature you want to request (I might close a feature request before it's implemented to make sure the issue tracker is clean).

We recommend using DEV build and HTML5 player, as many issues do not apply with these.

Clone this wiki locally