You are here |
soundstep.com | ||
| | | |
multiline.co
|
|
| | | | An Eleventy plugin that joins truthy, deduplicated values into a single, compact string for use in an HTML element's class attribute. | |
| | | |
paweldu.dev
|
|
| | | | Today I needed to debug a website on an old iPad. I didn't have a quick way to remotely debug an old Safari on my Ubuntu laptop, so I thought that I could dump console output into HTML instead. To do this, 2 things are needed: An empty div: A custom console.log function: (function () { var logger = document.getElementById('log'); console.log = function (message) { if (typeof message == 'object') { logger. | |
| | | |
davikingcode.com
|
|
| | | | ||
| | | |
smallhacks.wordpress.com
|
|
| | Why to do that way I had an old and long-time unused DSL router TP-Link TD-W8970B v1 collecting dust on my shelf. And USB LTE dongle from Huawei, E3372H which I rarely used as a backup connection. As TP-Link also had 2 USB ports I decided to convert it from DSL to LTE using this... |