Skip to content

Instantly share code, notes, and snippets.

@guke1991
guke1991 / LICENCE SUBLIME TEXT
Created April 8, 2019 07:09
Sublime Text 3 Serial key build is 3176
## Sublime Text 3 Serial key build is 3176
> * Added these lines into /etc/hosts
127.0.0.1 www.sublimetext.com
127.0.0.1 license.sublimehq.com
> * Used the license key
----- BEGIN LICENSE -----
/* Supplant for templates and data filling */
if(typeof String.prototype.supplant !== 'function') {
String.prototype.supplant = function(o) {
return this.replace(/{([^{}]*)}/g,
function (a,b) {
var r = o[b];
return typeof r === 'string' ?
r : a;
});