Outrageously Funny Search Suggestion Engine :: Anti Scripturism

🔎


What is the definition of Anti Scripturism? 🙋

👉 Anti scripturism is like saying, "I'm not a fan of the Bible because I think its characters are just really bad at reading and writing, and they're mostly just trying to get attention for their bad grammar." Now, here's an edgy sentence: "The anti scripturists claim that the scriptures were penned by a group of 21-year-old teenagers who only wanted to write funny memes about their own life choices."


https://goldloadingpage.com/word-dictionary/Anti scripturism


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')); });