Greasy Fork is available in English.
Shows a delete "x" button for scrobbles
< Commentaires sur last.fm 1-click delete
I don't think it works with Greasemonkey at all because I don't like it. I use Tampermonkey or Violentmonkey.
@wOxxOm schrieb: I use Tampermonkey O.K. I've tried Tampermonkey. It still does not wort for me, but when I look into the script Tampermonkey displays an error in line 60: exportFunction is not defined
function registerPJAXforwarding() { document.addEventListener('pjax:end:1-click-delete', process); window.addEventListener('load', function _() { window.removeEventListener('load', _); unsafeWindow.jQuery(unsafeWindow.document).on('pjax:end', exportFunction(() => document.dispatchEvent(new CustomEvent('pjax:end:1-click-delete')), unsafeWindow)); }); }
This is weird. Try the updated version 1.0.3 without exportFunction.
@wOxxOm schrieb: This is weird. Try the updated version 1.0.3 without exportFunction.
Great! Now it works :smile: Thank you!!
Missing delete Button
Unfortunally, this script does not work for me. [FF69.0.1 - Greasemonkey aktivated - last.fm 1-click delete aktivated] Hhmmm :'(