Uncaught TypeError: Cannot read property 'trim' of undefined
at init. (inject.js:69)
at init. (jquery.min.js:4)
at l (jquery.min.js:4)
at Object.add [as done] (jquery.min.js:4)
at Array. (jquery.min.js:4)
at Function.each (jquery.min.js:4)
at Object. (jquery.min.js:4)
at Function.Deferred (jquery.min.js:4)
at Object.then (jquery.min.js:4)
at init. (inject.js:59)
userSummary = $(".pv-top-card-section__summary-text").html().trim();Show HN: An extension to turn your LinkedIn into a resume
21–30 of 95 posts
Re: Show HN: An extension to turn your LinkedIn into a resume
#22This encounters a javascript error on my profile: Uncaught TypeError: Cannot read property 'trim' of undefined at init. (inject.js:69) at init. (jquery.min.js:4) at l (jquery.min.js:4) at Object.add [as done] (jquery.min.js:4) at Array. (jquery.min.js:4) at Function.each (jquery.min.js:4) at Object. (jquery.min.js:4) at Function.Deferred (jquery.min.js:4) at Object.then (jquery.min.js:4) at init. (inject.js:59) userS…
It looks like it's trying to read that and can't find it.
I'll have to fix that.
Re: Show HN: An extension to turn your LinkedIn into a resume
#23This encounters a javascript error on my profile: Uncaught TypeError: Cannot read property 'trim' of undefined at init. (inject.js:69) at init. (jquery.min.js:4) at l (jquery.min.js:4) at Object.add [as done] (jquery.min.js:4) at Array. (jquery.min.js:4) at Function.each (jquery.min.js:4) at Object. (jquery.min.js:4) at Function.Deferred (jquery.min.js:4) at Object.then (jquery.min.js:4) at init. (inject.js:59) userS…
Ah. Good catch. Do you have a really short summary/about paragraph under your picture? It looks like it's trying to read that and can't find it. I'll have to fix that.
Re: Show HN: An extension to turn your LinkedIn into a resume
#24Earlier quoted context omitted.
Ah. Good catch. Do you have a really short summary/about paragraph under your picture? It looks like it's trying to read that and can't find it. I'll have to fix that.
Nope, mine is empty.
Re: Show HN: An extension to turn your LinkedIn into a resume
#25> So you're saving and selling my information, then? > No. The information on your LinkedIn profile never leaves LinkedIn - except for your email address, which I am saving to use with some features in the future. I won't sell it, and I won't annoy you with pointless emails. I think it's important to state this on the front page, particularly by the "No strings attached" section. Many would consider collecting their…
When I initially put the home page up, I wasn't collecting anything.
Re: Show HN: An extension to turn your LinkedIn into a resume
#26Do you have any future plans to allow customizable resume templates?
Re: Show HN: An extension to turn your LinkedIn into a resume
#27can you add firefox to this .. for some reason i can not get the chrome to work on my system.
I actually just started looking into porting it to Firefox. I haven't made any extensions for FF before - and this is my first Chrome extension as well - so I'm not sure how much work it'll be to convert it. But it's definitely on the top of my todo list.
There's a nice polyfill by Mozilla so you can use their promise interface in Chrome but it was missing some important apis last I checked (sessions and optional permissions). https://github.com/mozilla/webextension-polyfill
Re: Show HN: An extension to turn your LinkedIn into a resume
#28Re: Show HN: An extension to turn your LinkedIn into a resume
#29Let me ask, aren't you afraid of this: If you get big enough, Linkedin will fiddle with their HTML and your app won't work anymore, right?