Skip to content

Instantly share code, notes, and snippets.

@thocell
thocell / Subtitle Downloader for youtube, ted, vimeo, dramafever and more. Auto subtitle supported.
Created June 24, 2018 19:53
Download subtitles or captions from Youtube, TED, Vimeo, Dramafever, Dailymotion, etc. Support mutiple languages. For Youtube, both closed captions (CC) and automatic captions (auto-generated subtitles) can be downloaded if they are available. Fast and easy to use.
// ==UserScript==
// @name Best Subtitle Downloader for youtube, ted, vimeo, dramafever and more. Auto subtitle supported.
// @namespace https://distillvideo.com/
// @version 2.1
// @date 2018-06-23
// @description Download subtitles or captions from Youtube, TED, Vimeo, Dramafever, Dailymotion, etc. Support mutiple languages. For Youtube, both closed captions (CC) and automatic captions (auto-generated subtitles) can be downloaded if they are available. Fast and easy to use.
// @author DistillVideo.com
// @copyright 2018, DistillVideo.com
// @homepage https://distillvideo.com/page/extensions
// @compatible chrome
@thocell
thocell / 5 cheap (less than $5) and reliable vps comparison and how to earn $25 for free.md
Last active April 15, 2024 04:25
A comparison between 5 cheap VPS providers with plans below $5 per month and how to earn $25 for free.

Here is a basic comparison between 5 reliable and cheap VPS providers with plans below $5 per month.

VPS Companies


OVH Linode DigitalOcean Scaleway Vultr
Foundation 1999 2003 2011 2013 2014
Headquarters Roubaix (FR) Galloway, NJ (US) New York (US) Paris (FR) Matawan, NJ (US)
@LibertysYarn
LibertysYarn / Current year only.php
Created October 21, 2013 20:18
Automatic Copyright Year - CSS-Tricks
&copy; <?php echo date("Y") ?>
@dnsbl
dnsbl / IP Blacklist Check Script
Created April 15, 2012 09:15
Lookup for blacklisted IP addresses against multiple DNSBLs at once.
<html>
<head>
<title>DNSBL Lookup Tool - IP Blacklist Check Script</title>
</head>
<body>
<form action="" method="get">
<input type="text" value="" name="ip" />
<input type="submit" value="LOOKUP" />
</form>
<?php