Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - --- chrome/content/cperapera.js.orig 2016-02-28 02:32:59.000000000 +1000
 - +++ chrome/content/cperapera.js 2016-04-04 14:16:21.869209401 +1000
 - @@ -325,7 +325,7 @@
 - } else if ((ppcConfig.enmode === 2) && (this.enabled === 1) && (bro.cperapera == null)) {
 - this.enable(bro, 0);
 - // this.toggleIcon(true); // trying to make the icon turn yellow upon start up and new tab, but this doesn't work no matter what I try
 - - } else if (((ppcConfig.enmode > 0) || (ppcConfig.enmode < 2)) && (this.enabled === 1) && (bro.cperapera === null)) {
 - + } else if (((ppcConfig.enmode > 0) || (ppcConfig.enmode < 2)) && (this.enabled === 1) && bro.cperapera==null) {
 - this.enable(bro, 0);
 - }
 - en = (bro.cperapera != null);
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment