Greasy Fork is available in English.

last.fm 1-click delete

Shows a delete "x" button for scrobbles

< Feedback on last.fm 1-click delete

Review: Good - script works

§
Posted: 04. 10. 2019

Missing delete Button

Unfortunally, this script does not work for me. [FF69.0.1 - Greasemonkey aktivated - last.fm 1-click delete aktivated] Hhmmm :'(

woxxomAuthor
§
Posted: 04. 10. 2019

I don't think it works with Greasemonkey at all because I don't like it. I use Tampermonkey or Violentmonkey.

§
Posted: 04. 10. 2019

@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)); }); }

woxxomAuthor
§
Posted: 04. 10. 2019

This is weird. Try the updated version 1.0.3 without exportFunction.

§
Posted: 04. 10. 2019

@wOxxOm schrieb: This is weird. Try the updated version 1.0.3 without exportFunction.

Great! Now it works :smile: Thank you!!

Post reply

Sign in to post a reply.