Diego Casorran

Results 81 comments of Diego Casorran

Strange indeed. Try to install the version here in the repo by using GitHubExtIns[1] and watch the browser console (ctrl+shift+J) for any possible exception thrown. [1] : https://addons.mozilla.org/addon/GitHub-Extension-Installer/

Interesting, thanks for reporting it. I'll try to get sorted it for 2.8

DOM traversal is indeed outdated/unmaintained, and might causes websites to load slower (since at page load we have to transverse all page's elements looking for links, to clean them up),...

CL in DOM traversal mode does start cleaning links as soon the page is loaded (by listening to `DOMContentLoaded`), the problem with this mode is mainly with huge pages, with...

Yeah, they shut it down arguing "it doesn't work" :-/ I think i'll just upload the broken/experimental version i made with e10s support (that i kinda dislike by the reasons...

Thanks for the nice words @jawz101 :-) @leedoyle > Good thing is that you'd only have to rewrite it once, ... Well, that was also my thought went i spent...

The whitelisted domains are processed as-is, no sub-domain check is made as you've found, this is made this way so that it works as fast as possible. So, if you...

Hi @OderDochNicht, have you tried right-clicking the toolbar button and whitelisting `192.168.233.8`?

Someone reported the same some time ago, but to date i'm still unable to reproduce such issue. Do you have any clue on how to reproduce it, or does it...

Thanks for the follow up, i'll need to have a closer look once i get some spare time. At first glance, it looks really strange that a certain action on...