walktalkchalk / TabStache

A chrome extension for saving and recalling tabs in a stash
GNU General Public License v2.0
2 stars 10 forks source link

Fixing issue #3: Ignore New Tab #6

Closed jvdub closed 6 years ago

jvdub commented 7 years ago

Fixing issue #3. I've tested this and it appears to be working. I created a new function to handle tabs you want ignored. I also added the use of hasOwnProperty in the for ... in loop for better safety and performance.

Thanks for letting me contribute!

jvdub commented 7 years ago

I've made the requested changes. I was running into some issues with having the extra function, so now the solution is nearly the same as what was submitted in #5.