Skip to content

Instantly share code, notes, and snippets.

@vnq
vnq / dhl-scam.html
Created May 27, 2021 07:57
DHL SMS Scam Page
<!doctype HTML>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>DHL</title>
<style>
html, body
{
margin: 0;
@vnq
vnq / WistiaCaptionsConverter.php
Last active November 13, 2018 09:51
Simple Wistia.com JSON Caption Converter
<?php
class WistiaCaptionsConverter
{
/** @var string */
private $jsonData;
/** @var array */
private $captionArray;