Category English Bible – KJV

Proverbs Chapter 1

Proverbs Chapter 1 For English Proverbs 1 Choose a Chapter 12345678910111213141516171819202122232425262728293031 A+ A A- Proverbs Chapter 1 1. The proverbs of Solomon the son of David, king of Israel; 2. To know wisdom and instruction; to perceive the words of…

Psalms Chapter 150

Psalms Chapter 150 For English Psalms 150 Choose a Chapter 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 A+ A A- Psalms Chapter 150 1. Praise ye the LORD. Praise God in his sanctuary: praise him in the firmament of his power. 2. Praise him for his…

Psalms Chapter 149

Psalms Chapter 149 For English Psalms 149 Choose a Chapter 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 A+ A A- Psalms Chapter 149 1. Praise ye the LORD. Sing unto the LORD a new song, and his praise in the congregation of saints. 2. Let Israel…

Psalms Chapter 148

Psalms Chapter 148 For English Psalms 148 Choose a Chapter 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 A+ A A- Psalms Chapter 148 1. Praise ye the LORD. Praise ye the LORD from the heavens: praise him in the heights. 2. Praise ye him, all his…

Psalms Chapter 147

Psalms Chapter 147 For English Psalms 147 Choose a Chapter 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 A+ A A- Psalms Chapter 147 1. Praise ye the LORD: for it is good to sing praises unto our God; for it is pleasant; and praise is comely.…

Psalms Chapter 146

Psalms Chapter 146 For English Psalms 146 Choose a Chapter 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 A+ A A- Psalms Chapter 146 1. Praise ye the LORD. Praise the LORD, O my soul. 2. While I live will I praise the LORD: I will sing…

Psalms Chapter 145

Psalms Chapter 145 For English Psalms 145 Choose a Chapter 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 A+ A A- Psalms Chapter 145 1. I will extol thee, my God, O king; and I will bless thy name for ever and ever. 2. Every day will…

Psalms Chapter 144

Psalms Chapter 144 For English Psalms 144 Choose a Chapter 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 A+ A A- Psalms Chapter 144 1. Blessed be the LORD my strength, which teacheth my hands to war, and my fingers to fight: 2. My goodness, and my…

Psalms Chapter 143

Psalms Chapter 143 For English Psalms 143 Choose a Chapter 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 A+ A A- Psalms Chapter 143 1. Hear my prayer, O LORD, give ear to my supplications: in thy faithfulness answer me, and in thy righteousness. 2. And enter…

Psalms Chapter 142

Psalms Chapter 142 For English Psalms 142 Choose a Chapter 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 A+ A A- Psalms Chapter 142 1. I cried unto the LORD with my voice; with my voice unto the LORD did I make my supplication. 2. I poured…

{ // verses font size changer function increaseFontSize() { txt = document.getElementById('verseList'); style = window.getComputedStyle(txt).getPropertyValue('font-size'); currentSize = parseFloat(style); txt.style.fontSize = (currentSize + 1.0) + 'px'; } function decreaseFontSize() { txt = document.getElementById('verseList'); style = window.getComputedStyle(txt).getPropertyValue('font-size'); currentSize = parseFloat(style); txt.style.fontSize = (currentSize - 1.0) + 'px'; } function defaultFontSize() { txt = document.getElementById('verseList'); style = window.getComputedStyle(txt).getPropertyValue('font-size'); txt.style.fontSize = (18.0) + 'px'; } const wordSelected = e => { console.log(" wordSelected "); const wordsList = document.getElementById("verseList").querySelectorAll("p"); const chapterList = document.getElementsByTagName('h1'); chapterTrim = chapterList[0].textContent.split('–'); let wordText = e.target.innerText; let verseId = wordText.split(' '); verseId = verseId[0].split('.'); console.log(" verseId "); let currentUrl = window.location.href; const newPath = currentUrl.split("#"); let shareLink = newPath[0] + "#" + verseId[0]; let verse = wordsList[Number(verseId[0]) - 1].textContent; let shareVerse = verse + "\n" + chapterTrim[0] + ": " + verseId[0] + "\n\nRead This Verse " + shareLink; navigator.clipboard.writeText(shareVerse); console.log(" "); const demo = document.getElementById(Number(verseId[0])); let oldVerse = demo.innerHTML; demo.innerHTML = "Verse Copied, Now You Can Share!!
" + oldVerse; console.log(" innerHTML "); let timer = setTimeout(reArrange, 1800); function reArrange() { e.target.style.color = 'black'; demo.innerHTML = oldVerse; } } window.onload = function() { const wordsList = document.getElementById("verseList").querySelectorAll("p"); for (let word of wordsList) { word.addEventListener("dblclick", wordSelected); } redirect(); }; function redirect() { const wordsList = document.getElementById("verseList").querySelectorAll("p"); let currentUrl = window.location.href; const newPath = currentUrl.split("#"); if (newPath.length >= 1) { const demo1 = wordsList[Number(newPath[1]) - 1]; demo1.style.color = "red"; demo1.style.fontWeight = 600; } };