Greasy Fork is available in English.

[Hadzy] Youtube Comment Analytics

Hadzy - The best youtube comment picker and great tool to search for all comments, open it with 'Activate' menu button

< Feedback on [Hadzy] Youtube Comment Analytics

Review: Good - script works

§
Posted: 12 Maret 2020
Edited: 12 Maret 2020

Script needs to be updated as the Hadzy.com has a different version

Basically this is the new script that will work:

GM_registerMenuCommand("Activate", function(){
    if (location !== "https://hadzy.com/analytics/youtube/"){
        var here = window.location.href;
        GM_setValue("ytube", here);
        window.location.href = 'https://hadzy.com/analytics/youtube/';
    }
}, "A");


if (window.location.href === 'https://hadzy.com/analytics/youtube/'){
    var storedObject = GM_getValue("ytube");
    var input = document.querySelector('.MuiInputBase-input');
    var searchButton = document.querySelector('.MuiButtonBase-root');

    input.value = storedObject;
    searchButton.click();

    setTimeout(function(){
        var loadButton = document.querySelector('.MuiButtonBase-root.MuiFab-root');
        loadButton.click();
    }, 1000);
}
drhousePembuat
§
Posted: 13 Maret 2020

hey cheers for mentioning it and the code, by any chance are you associated with Hadzy or maybe just a fan like me

§
Posted: 13 Maret 2020

Yes, I am from Hadzy :) Thank you for your community work, we really appreciate it.

Post reply

Sign in to post a reply.