thanks 4 putting source for a noob to learn a little
-
DocSets-for-iOS and paid 4 it too https://github.com/omz/DocSets-for-iOS/
-
Real Time Congress
| /* | |
| Chippy1337 and @packetprophet present: | |
| LizardStresser rekt | |
| This is the cross compiled bot | |
| LICENSE AGREEMENT: | |
| If you lulz'd, you must sent BTC to | |
| 1N4MxbXsooU9aMU41NPrSbgZKpJjtwsnar | |
| Death to skids |
thanks 4 putting source for a noob to learn a little
DocSets-for-iOS and paid 4 it too https://github.com/omz/DocSets-for-iOS/
Real Time Congress
| function addSourceToVideo(element, src, type) { | |
| var source = document.createElement('source'); | |
| source.src = src; | |
| source.type = type; | |
| element.appendChild(source); | |
| } | |
| var video; |