rlr / dotjs-addon

[unmaintained] ~/.js for Firefox
BSD 3-Clause "New" or "Revised" License
144 stars 17 forks source link

recursive domain lookup for #31 #38

Closed eridal closed 9 years ago

eridal commented 9 years ago

I have added the snippet to load recursively the domains, so for "www.example.com" it will attempt to load:

  1. www.example.com.js
  2. example.com.js
  3. com.js

please let me know how that goes!

rlr commented 9 years ago

awesome! Thanks! I'll take a look at this soon. Sorry for the delay

rlr commented 9 years ago

looks good to me! I'll need to figure out how to build this thing again. It's been a while. Thanks!

eridal commented 9 years ago

Nice!

Thanks for taking the time.

rlr commented 8 years ago

I finally got around to building the xpi and submitting it for review. Thanks again!

eridal commented 8 years ago

You rock!

Can you document the steps required, for future reference? El ago. 27, 2015 4:10 PM, "ricky rosario" notifications@github.com escribió:

I finally got around to building the xpi and submitting it for review. Thanks again!

— Reply to this email directly or view it on GitHub https://github.com/rlr/dotjs-addon/pull/38#issuecomment-135525925.

eridal commented 8 years ago

Hey Ricky,

Any idea when this was published? I have 0.13.0 installed but seems that it's not there

rlr commented 8 years ago

this landed and worked but may have broke since then since I refactored some of that code :/

eridal commented 8 years ago

Well, apparently removing and adding it back resolved the issue.

Sorry for the noise :)