I need to prove that $L=\{ww^rx | w,x \in \{a,b\}^{+} \}$ is non regular. First of all I assume that L is regular. Then L satisfies the pumping lemma, so let p be the pumping length. I've tried several strings, like $a^pbba^p$ that work with the palindrome language ($ww^r$), but the last $x \in \{a,b\}^+$ makes it harder to prove, because it can actually be anything after a palindrome in this string. Any hints for choosing the string to be pumped?
Edit: I think the way to solve this is after pumping to end with a string $ww^r$ so $x=\epsilon$ (and then obviously $ww^r \notin L$) but I can't find any.