Giter Club home page Giter Club logo

youtube-thumbnail-tester-chrome-extension's Introduction

bdebon

youtube-thumbnail-tester-chrome-extension's People

Contributors

bdebon avatar bdemot avatar benjaminrobinet avatar enzozccr avatar gcoadour avatar gilren avatar jorand avatar julien-deramond avatar liorchamla avatar mboultoureau avatar mlbonniec avatar moreauadrien avatar srimko avatar thanico avatar valeriangalliat 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  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  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  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

youtube-thumbnail-tester-chrome-extension's Issues

Installation not working

I did exactly the steps below

Clone the repo
Go to chrome://extensions
Enable the developer options if it's not already
Click Load unpacked extension... (FR: "Charger l'extension non empaquetée")
Navigate and select the repo's root directory

When I click on the extension on a youtube page, nothing happen but I get this

image

image

Dark mode colors

Hello,

I would like to contribute for the dark mode but in the Figma file we don't have colors for it. I can do the job to initiate the CSS code but not to add colors.

Is it possible to update the Figma ?

Thx

Problème des pubs/playlist

Lorsque le plugin essaye de changer une pub/playlist, cela produit des erreurs.
Les playlist et les pubs n'ont pas d'image de profils ni de nom de compte.
Solution possible: faire des checks additionnel pour sélectionner la card a modifier

[REQUEST]: Change Title and Thumbnail to YouTube Shorts.

Hello, I would like to comment on a request to see if it is possible to extrapolate this extension to YouTube Shorts. It would be great if you could also change, at least, the titles of the YouTube Shorts (ideally also the thumbnail but I think it's more complicated). This modification can be done both on the home page and in the shorts section of the channel.

Hopefully in a future update this will be possible.

Greetings

Problème sur chronium via les input file

Salut, sur chronium(ubuntu) lors du clique sur les input[type='file'] tu perd le focus du popup. j'ai essayer vite fais de générer une nouvel fenêtre mais pas top niveaux ui.
Si tu inspecte le pop-up là tu ne perd pas le focus et tous fonctionne sans problème. Je sais pas si tu peux forcer le focus du popup dans tes événements "change".

Error with random position mode

Whatever the data set as input in the extension, when "Random position" is checked:

www.youtube.com/:1 Error handling response: TypeError: Cannot set properties of null (setting 'src')
    at chrome-extension://eficfcfnfcemmmnmniolgbiggengpckp/content.js:81:23

IMO it is linked to #45 and the selectors which have changed in YT.

I don't know enough the extension but the following change could help for a fix:

-    // Target only ytd-rich-item-renderer element and not ytd-rich-item-renderer with id content for the main page
-    let cards = activeScreen.querySelectorAll('.ytd-rich-grid-media:not(#content):not(ytd-display-ad-renderer)')
+    let cards = activeScreen.querySelectorAll('.ytd-rich-grid-media#dismissible')

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.