Code Monkey home page Code Monkey logo

more-boosty's People

Contributors

ankh99 avatar cjmaxik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

more-boosty's Issues

А как качать видео?

Здравствуйте, можете где-нибудь выложить описания работы приложения?
Я просто туплю и не могу скачать видео с vd170.mycdn.me
Спасибо!

[Dev] Simplify `generateChangelogText` function

Something like this:

const generateChangelogText = (type, lang) => {
    if (!changelogText[type] || !changelogText[type][lang]) {
        return "<ul><li>🤷</li></ul>";
    }

    const changes = changelogText[type][lang];
    return `
        <ul>
            ${changes.map(change => `<li>${change}</li>`).join('')}
        </ul>
    `;
}

[VK Player] Save last seek position on close/pause

https://dtf.ru/flood/1596022-more-boosty-rasshirenie-dlya-busti?comment=22335332&from=copylink&type=quick

Feature from YouTube: you can watch a video later from the same point you closed/paused it.

Blocks:

  • Find a way to change seek position
  • chrome.storage.local for storing and retrieving the data

Saving events:

  • timechange
  • pause

Data for video:

  • Timestamp from video
  • Video ID from video (src attribute, id)

Data for video:

  • Timestamp from audio
  • Audio ID from audio

Options:

  • Save last position

UI changes:

  • Red dot on a seek slider?

[Dev] Simplify `pip` function

playerWrapper query is too dumb.

const playerWrapper = event.currentTarget.parentElement.parentElement.parentElement

const playerWrapper = event.currentTarget.parentElement.parentElement.parentElement
).

You might do something like this:

const playerWrapper = event.currentTarget.closest('.player-wrapper');

Example:

const postContent = playerWrapper.getRootNode().host.closest('div[class*=Post_container_]')

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.