This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name YouTube - Miniplayer | |
// @name:fr YouTube - Lecteur réduit | |
// @name:es YouTube - Minirreproductor | |
// @name:de YouTube - Miniplayer | |
// @name:it YouTube - Miniplayer | |
// @name:zh-CN YouTube - Miniplayer | |
// @namespace https://gist.github.com/4lrick/5a54e121bdc9056a7551529669d65ae6 | |
// @version 1.1 | |
// @description Shows a mini player when you scroll past the video. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Bring Back YouTube Fullscreen Scroll | |
// @name:fr Restaurer le défilement en plein écran YouTube | |
// @name:es Restaurar el desplazamiento en pantalla completa de YouTube | |
// @name:de YouTube-Vollbild-Scrollen wiederherstellen | |
// @name:it Ripristina lo scorrimento a schermo intero di YouTube | |
// @name:zh-CN 恢复 YouTube 全屏滚动 | |
// @namespace https://gist.github.com/4lrick/1060be71b57d6b6923c461223d077b13 | |
// @version 1.0 | |
// @description Removes the deprecate-fullerscreen-ui attribute from YouTube. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name YouTube - Volume Badge | |
// @name:fr YouTube - Badge de Volume | |
// @name:es YouTube - Indicador de volumen | |
// @name:de YouTube - Lautstärke-Anzeige | |
// @name:it YouTube - Etichetta del volume | |
// @name:zh-CN YouTube - 音量徽章 | |
// @namespace https://gist.github.com/4lrick/89f4efb2fb0a3c48cc3411edeb6a7339 | |
// @version 1.0 | |
// @description Displays a badge on the volume button showing the current volume percentage. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name YouTube - Playback Speed Slider | |
// @name:fr YouTube - Curseur de vitesse de lecture | |
// @name:es YouTube - Deslizador de velocidad de reproducción | |
// @name:de YouTube - Wiedergabegeschwindigkeit-Schieberegler | |
// @name:it YouTube - Cursore della velocità di riproduzione | |
// @name:zh-CN YouTube - 播放速度滑块 | |
// @namespace https://gist.github.com/4lrick/8149bd289cf94889a97aae9732a17144 | |
// @version 1.0 | |
// @description Adds a slider for playback speed control on YouTube videos. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name YouTube - Display current volume | |
// @name:fr YouTube - Afficher le volume actuel | |
// @name:es YouTube - Mostrar el volumen actual | |
// @name:de YouTube - Aktuelle Lautstärke anzeigen | |
// @name:it YouTube - Visualizza il volume corrente | |
// @name:zh-CN YouTube - 显示当前音量 | |
// @namespace https://gist.github.com/4lrick/7a069ce704be9ac95f00d8fb9c2c9bb2 | |
// @version 1.4 | |
// @description Displays the volume when it's changing. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name YouTube - Volume Adjustment by 5% | |
// @name:fr YouTube - Ajustement du volume de 5% | |
// @name:es YouTube - Ajuste del volumen en 5% | |
// @name:de YouTube - Lautstärkeanpassung um 5% | |
// @name:it YouTube - Regolazione del volume del 5% | |
// @name:zh-CN YouTube - 音量调节 5% | |
// @namespace https://gist.github.com/4lrick/0c225473e9609302c6dd6f0dfa4f22a3 | |
// @version 1.3 | |
// @description Increments the audio volume of YouTube videos by 5%. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name YouTube - Time Indicators | |
// @name:fr YouTube - Indicateurs de temps | |
// @name:es YouTube - Indicadores de tiempo | |
// @name:de YouTube - Zeitindikatoren | |
// @name:it YouTube - Indicatori del tempo | |
// @name:zh-CN YouTube - 时间指示器(多种) | |
// @namespace https://gist.github.com/4lrick/cf14cf267684f06c1b7bc559ddf2b943 | |
// @version 2.2 | |
// @description Shows remaining or end time in the YouTube player, taking into account the playback speed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Auto Refresh Twitter (X) Timeline | |
// @name:fr Actualisation automatique de la timeline Twitter (X) | |
// @name:es Actualización automática de la línea de tiempo de Twitter (X) | |
// @name:de Automatische Aktualisierung der Twitter (X) Timeline | |
// @name:it Aggiornamento automatico della timeline di Twitter (X) | |
// @name:zh-CN 自动刷新 Twitter (X) 时间轴 | |
// @namespace https://gist.github.com/4lrick/bedb39b069be0e4c94dc20214137c9f5 | |
// @version 2.4 | |
// @description Automatically refreshes the Twitter (X) timeline every 5 seconds without refreshing the tab. |