// ==UserScript==
// @name IMDb2CL - Perso
// @namespace https://www.cinelounge.org/
// @description Chercher la fiche CL d'une fiche IMDb - Personnalités
// @include https://*.imdb.com/name/nm*
// @version 1.3
// @grant none
// @downloadURL none
// ==/UserScript==
var adr = window.location.href.split('/nm');
if(adr[1].substr(7,1)=='/')
{
var tt = adr[1].substr(0, 7);
}
else
{
var tt = adr[1].substr(0, 8);
}
document.getElementById('name-job-categories').innerHTML += '
';