Skip to content

Instantly share code, notes, and snippets.

@najamkhn
najamkhn / Activate Office 2019 for macOS VoL.md
Created October 15, 2019 10:48 — forked from zthxxx/Activate Office 2019 for macOS VoL.md
crack activate office on mac with license file

Activate MS Office 2019/2016 for macOS - Microsoft_Office_2019_VL_Serializer

Office 2019 above

2019-06-03

Note that Office2019 DO NOT support activate via simple copy/paste plist license file which is the simplest way to activate Office 2016. Fortunately, you can also use the VL Serializer tool, just install Office 2019 and Serializer, then run Serializer to activate.

Ref

@najamkhn
najamkhn / 0_reuse_code.js
Created September 4, 2016 08:46
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
(function(W, D, $, ns, _){
_.detectIE11 = function(ua, doc){
/**
*/
if ((ua.match(/MSIE 10.0/i))) {
doc.className = doc.className + " ie10";
} else if((ua.match(/rv:11.0/i))){
.divfactory {
background: red;
width: 20px;
height: 20px;
position: relative;
margin: 10px;
-moz-box-shadow: 2px 2px 5px #888;
-webkit-box-shadow: 2px 2px 5px #888;
box-shadow: 2px 2px 5px #888;
}
.divfactory {
background: red;
width: 20px;
height: 20px;
position: relative;
margin: 10px;
}
<div id="log"></div>