This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
// enable debugging if desired | |
process.env.DEBUG = 'actions-on-google:*'; | |
// SDK | |
const Assistant = require('actions-on-google').ApiAiAssistant; | |
// Express App | |
const app = express(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Free articles on Lemonde.fr | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author Danetag | |
// @match http://www.lemonde.fr/* | |
// @grant none | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Ad free l'equipe.fr | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Remove adblock's popin on l'equipe.fr | |
// @author Danetag | |
// @match http://www.lequipe.fr/* | |
// @grant none | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Ad free lequipe.fr | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Remove adblock popin on lequipe.fr | |
// @author Danetag | |
// @match http://www.lequipe.fr/* | |
// @grant none | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p>Tsup nerds</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Js2JsCompiler.prototype.compileCode = function(code) { | |
return code; // as we need to compile javascript to javascript, we do nothing here :) | |
}; |
NewerOlder