Welcome

01- REST API Crash Course - Introduction + Full Python API Tutorial

with and examples, project is in Destktop/python-apis/stackover

    /** **************
    * STOPS VIDEOS from opeing FULL screen on Mobile*/
    vid.addEventListener('webkitbeginfullscreen', e =>{
    e.preventDefault()
                    })
                

Click here for tutorial
tutorial or the picture in the top right corner of the page Press "T" to focus to top right

0

Gits rid of scroll bar for <pre>'s in Chrome an Safari

.container::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

0

Gits rid of scroll bar for <pre>'s in Firefox

.container {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}