Skip to content

Instantly share code, notes, and snippets.

/*Commande pour la recherche Allociné*/
CmdUtils.CreateCommand({
names: ['allocine'],
icon: "http://www.allocine.fr/favicon.ico",
homepage: "http://vingran.com/",
author: { name: "v!ngran", email: ""},
license: "GPL",
description: "Recherche sur le site d'Allociné",
arguments: [ {role: 'object', nountype: noun_arb_text, label: 'search term'}],
preview: function( pblock, input ) {
/*Commande pour la recherche sur 118218.fr*/
CmdUtils.CreateCommand({
names: ['annu-118218'],
icon: "http://www.118218.fr/favicon.ico",
homepage: "http://vingran.com/",
author: { name: "v!ngran", email: ""},
license: "GPL",
description: "Recherche sur le site de 118218.fr",
arguments: [ {role: 'object', nountype: noun_arb_text, label: 'search term'}],
preview: function( pblock, input ) {