HereAmI

joined 1 year ago
[–] [email protected] 2 points 1 year ago

Moi. J'aime bien, moi.

 

Hello, this is my new adchievement : I removed the blur overlay when I hover on MotoGP video player !!! I hate it !!! This is (part of) my Tampermonkey script (I have other mods for other sites so I used a if...):

// ==UserScript==
// @name        Ber
// @namespace   Violentmonkey Scripts
// @match        *://*/*
// @grant       none
// @version     1.0
// @author      -
// @description 17/02/2023 09:31:14
// ==/UserScript==
(function() {
    'use strict';
    if ( document.location.host.indexOf("motogp.com") !== -1 ) {
        document.getElementsByClassName("vjs-background").item(0).remove();
    }
});
 

Hello, this is my new adchievement : I removed the blur overlay when I hover on MotoGP video player !!! I hate it !!! This is (part of) my Tampermonkey script (I have other mods for other sites so I used a if...):

// ==UserScript==
// @name        Ber
// @namespace   Violentmonkey Scripts
// @match        *://*/*
// @grant       none
// @version     1.0
// @author      -
// @description 17/02/2023 09:31:14
// ==/UserScript==
(function() {
    'use strict';
    if ( document.location.host.indexOf("motogp.com") !== -1 ) {
        document.getElementsByClassName("vjs-background").item(0).remove();
    }
});
[–] [email protected] 3 points 1 year ago* (last edited 1 year ago) (1 children)

Moi, j'apprécie vraiment la 1664 0.0% sans alcool. Blonde rafraichissante. Tu la trouves facilement (canette métal 33cl chez Carrefour).

Hé, dites (de Nantes) ! : chez, pas cher, enfin pas cher quand même, mais bon c'est pas ce que je voulais dire, vous me comprenez ? Non ? ... faudrait pitet' que je me remette à l'alcool, alors.

[–] [email protected] 3 points 1 year ago (1 children)

Je suis pour le maintien de la bannière Astérix

[–] [email protected] 5 points 1 year ago

Thanks, where's the coffee machine, please?

[–] [email protected] 6 points 1 year ago (1 children)

KeepassXC on desktop, KeepassDX on Android, file on Google Cloud

[–] [email protected] 2 points 1 year ago

I'm new to Lemmy, but I want to know THIS : howto stop scrolling and why "Top Comments" does nothing ? (or why am I stupid, if it is the answer...)

[–] [email protected] 2 points 1 year ago (3 children)