From 30ae58f42f0dda4ecca8917f9f134b571372c45c Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 19 Jun 2021 17:36:35 +0200 Subject: [PATCH] dlf_download_button: Fix button for dlf kultur. --- audio/dlf_download_button.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/dlf_download_button.user.js b/audio/dlf_download_button.user.js index fcc0dee..b471a9c 100644 --- a/audio/dlf_download_button.user.js +++ b/audio/dlf_download_button.user.js @@ -2,7 +2,7 @@ // @name DLF download button // @description Adds a download button for each audio file on DLF sites. // @description:de Fügt einen download-button für jede audio-datei auf DLF-seiten hinzu. -// @version 2021.04.29.1 +// @version 2021.06.19.1 // @author tastytea // @copyright 2019, 2021, tastytea (https://tastytea.de/) // @license GPL-3.0-only @@ -55,7 +55,7 @@ function add_button(url) } else if (window.location.href.search("deutschlandfunkkultur.de") > 0) { - button.setAttribute("class", "drk-articleplay"); + button.style.fontWeight = "bold"; } button.style.textDecoration = "underline";