javascript - How do I write a Chrome extension to block all Quora answers that meet some criteria (e.g. with 0 votes)? -
i write chrome extension can block answers 0 votes, adblock, because there many answers read under hot topic.
does know techniques should learn start working on it? read started turotial: https://developer.chrome.com/extensions/getstarted. , other techniques should learn next? help!
create files how instructed in tutorial provided(you can rename filenames if like) in original post. , in popup.js insert following line of code:
jquery('.no_count').closest('.pagedlist_item').hide(); it hide answer 0 votes. however, may need refresh page answers show again if receives vote after land on page.
Comments
Post a Comment