// StartMathJax Script window.MathJax = {loader: {load: [ 'input/asciimath', 'ui/lazy', 'output/chtml', 'ui/menu']} }; (function() { var script = document.createElement('script'); script.src = "https://cdn.jsdelivr.net/npm/mathjax@3/es5/startup.js"; script.async = true; document.head.appendChild(script); })(); ---------- (Different files) ---------- // UpdateTypeset Script config = { attributes: true, childList: true, subtree: true }; // Callback function to execute when mutations are observed callback = (mutationList, observer) => { for (mutation of mutationList) { if (mutation.type === 'childList') { console.log('A child node has been added or removed.'); MathJax.typeset(); } else if (mutation.type === 'attributes') { console.log(`The ${mutation.attributeName} attribute was modified.`); } } }; // Create an observer instance linked to the callback function observer = new MutationObserver(callback); document.onreadystatechange = () => { if (document.readyState === 'complete') { console.log("Loaded fully according to readyState") targetNode = document.getElementById('content-wrapper') console.log(targetNode) // Start observing the target node for configured mutations observer.observe(targetNode, config); } }
top of page

Cocaine used for Painless Surgery

Updated: Jul 23, 2023

#04 Science in History

16th September 1884

Karl Koller (also Carl Koller, Carl Coller); born 1857 in Sušice, Bohemia Wikipedia


On this day in 1884, cocaine was first used by Carl Koller. Koller successfully performed surgery on an eye that was anaesthetised using the drug. The procedure led to the use of cocaine as a localised anaesthetic in many medical procedures, including those used in dentistry.





Cocaine, isolated and synthesized in the mid to late 1880s, eventually found its way into many unregulated products. It was used in toothpastes, tooth drops, drinks, sweets, lozenges and cigarettes.

Toothache drops were marketed as safe for children*
















Some Interesting Examples:


Bib-Label Lithiated Lemon-Lime Soda, which later became 7UP, at one time contained cocaine and a lithium salt - a mood stabiliser. Coca-Cola, created by chemist John S. Pemberton, contained small quantities of cocaine for nearly 40 years, starting in the 1880s.


Sore Throat Lozenges, Pastilles, and syrups containing cocaine were aimed mainly at speakers and singers. They are now known to have caused internal damage to users.


Cigarettes, especially addictive due to nicotine interacting with cocaine, were marketed as cures for asthma and other lung conditions.


*Image used from the Vintage Pharmacy Ads & Images pack, freely downloadable: https://rxinsider.com/vintage.htm#


Comments/Likes always.welcome

 



10 views0 comments
bottom of page