GithubHelp home page GithubHelp logo

puppe / resumelater Goto Github PK

View Code? Open in Web Editor NEW
10.0 10.0 2.0 273 KB

Home Page: https://addons.mozilla.org/firefox/addon/resumelater/

License: GNU General Public License v3.0

JavaScript 94.97% CSS 1.70% HTML 2.33% Nix 0.97% Makefile 0.04%

resumelater's People

Contributors

puppe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

octogene colduck

resumelater's Issues

Should I make a pull request?

Hi!

I made two more little changes to my forked version of ResumeLater (but they are not yet uploaded to GitHub) which are very useful to me. These are the changes:

  1. The Panel has now a height of 500 pixels. The default size was too small for me.

  2. If I add a video which is part of a playlist, every video from the same playlist will be deleted from the storage.

I can imagine that these changes could be confusing or not very useful for other users. Therefore I see three possibilities to handle this:

  • You could simply implement the changes. I will make a pull request then.
  • We can implement a configuration file/panel to activate these functions optionally
  • Or I could publish my forked version under a different name on the Firefox addon page

What do you prefer?

Stopped working

This recently stopped working for me. I reinstalled and it still doesn't work.

Great pity as I use this all the time. Even if you don't fix it, it's been really useful, so thank you.

Losing saved videos

I saved several videos in firefox with resumelater. I ran Advanced System Optimizer, to clean up junk files and optimize the registry. My save list is now empty. Where did they go? Where are the data kept? Can I stop the cleanup from removing my saved data?

Mobile browser support?

It would be great to use this on Android. I prefer the web version of YouTube over the app for various reasons, and neither version has the feature your addon provides.

Do not open multiple tabs for the list of videos

As discussed in issue #22, it might be an improvement if clicking the browser action button for resumeLater only opened a new tab if no other tab is already displaying the list of videos. If there already is a tab displaying the list, that tab should be brought into focus.

Localization support

resumeLater should use the same locale as Firefox. New locales should be relatively easy to add.

Cannot Delete Bookmarks !

This add-on is great and used to work perfectly until (I think) firefox updated. I don't Know if it's because of firefox or flash or java (I'm noob) But I think the cause is firefox since I've disabled flash and java automatic updates so the only thing that has changed is firefox.
When you try to delete a bookmark the "Yes or No" does not appear as it used to. I tried clicking the space that used to be occupied by the words "yes" and "No" but nothing is happening.
Could you please resolve this bug.

thanks

firefox version : 16.01

YouTube Playlist Support

Hi! It would be awesome if Resume Later supported playlists on YouTube. If I watch a video that is part of a playlist and save it using Resume Later there is a problem when I want to continue watching the video: It is not inside the playlist anymore.

I often use playlists when I watch something that is separated into may parts because I don't have to search for the next part by myself. If you added this feature Resume Later would be perfect for me! :)

Introduce versioning for data stored in the simple storage

Commits like 0a2f188, 6be825b or 9b06aa7 each slightly changed the format of the data that is written to the simple storage. Until now all our code is backwards compatible. But it will be increasingly hard to get that right. Any error in handling the data could result in data loss.

Therefore, versioning of the data format should be introduced. A version will be stored with the data. For every change in the format, the version must be incremented and a function must be supplied that migrates the data to the new format. When resumeLater is initialized, it should do something like this:

v = version of data
while (v < newest version) {
  apply migration function for version v
  v++
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.