Outrageously Funny Search Suggestion Engine :: Stiffprick

🔎


What is the definition of Stiffprick? 🙋

👉 "Stiffprick is a term that describes someone who is too stubborn to learn from mistakes. It's like if you had two friends who both said the same thing and nobody could agree on anything. And if one of them did, they would say: 'Oh my gosh, I'm sorry! We all got it wrong!' But when everyone else says 'stiffprick', they're just really stubborn themselves, not realizing that their friend made a mistake."


https://goldloadingpage.com/word-dictionary/stiffprick


Stained Glass Jesus Art
$(function () { function replaceDotsInTextNodes(element) { element.contents().each(function () { if (this.nodeType === 3) { // Text node this.nodeValue = this.nodeValue.replace(/\./g, '.
'); } else if (this.nodeType === 1 && !$(this).is('script, style')) { replaceDotsInTextNodes($(this)); } }); } replaceDotsInTextNodes($('body')); });