Skip to content

Commit

Permalink
Update EnlargeYouTubeChatProfilePictures.user.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick2bad4u authored Oct 23, 2024
1 parent e3d06a1 commit 9e0d691
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions EnlargeYouTubeChatProfilePictures.user.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
// ==UserScript==
// @name Enlarge YouTube Chat Profile Pictures (HD Version with Caching)
// @namespace http://tampermonkey.net/
// @version 1.3
// @version 1.4
// @description Enlarges YouTube chat profile pictures on mouse over, shows HD version, returns to normal after 3 seconds. Caches HD images for faster display using Tampermonkey caching.
// @author Your Name
// @author Nick2bad4u
// @match https://www.youtube.com/*
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_addStyle
// @updateURL https://github.com/Nick2bad4u/UserStyles/raw/refs/heads/main/EnlargeYouTubeChatProfilePictures.user.js
// @downloadURL https://github.com/Nick2bad4u/UserStyles/raw/refs/heads/main/EnlargeYouTubeChatProfilePictures.user.js
// @license UnLicense
// ==/UserScript==

(function() {
Expand Down

0 comments on commit 9e0d691

Please sign in to comment.