Skip to content

tralawar/Curator-Pro-Feed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Curator-Pro-Feed

Installation


[Easy install here](https://chrome.google.com/webstore/detail/curator-pro-feed/abjnadnojmilaccpdofgabajmnmkkclm)
  • Download the the .zip
  • Extract all files to your disired directory
  • In Chrome click the dropdown More Tools > Extensions
  • Check Developer mode
  • The click "Load unpacked extension..."
  • Select the top level directory containing the "manifest.json"

Make the votes change to blue


  • Once it is loaded you will see the extend and the id. (see picture below)
  • Select and copy the id.
  • Open Curator-Pro-Feed-master\js\browseraction.js
  • On line 93 - 96 replace the all 4 instances of "abjnadnojmilaccpdofgabajmnmkkclm"

    with your id.
    chrome-extension://abjnadnojmilaccpdofgabajmnmkkclm/icons/30.png

  • Save the file and enjoy.

if(e.target.src == "chrome-extension://abjnadnojmilaccpdofgabajmnmkkclm/icons/30.png"){
e.target.src = "chrome-extension://abjnadnojmilaccpdofgabajmnmkkclm/icons/30v.png"
} else if (e.target.src == "chrome-extension://abjnadnojmilaccpdofgabajmnmkkclm/icons/vote.png"){
e.target.src = "chrome-extension://abjnadnojmilaccpdofgabajmnmkkclm/icons/votev.png"

The blue vote status turns back to white once you close feed window! Vote will still go through as long as the browser is opn.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published