IMDb2CL - Perso

Chercher la fiche CL d'une fiche IMDb - Personnalités

目前为 2019-10-24 提交的版本。查看 最新版本

// ==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.2
// @grant       none
// ==/UserScript==
var adr = window.location.href.split('/nm');
var tt = adr[1].substr(0, 7);
document.getElementById('name-job-categories').innerHTML += '<br><a href=\'https://www.cinelounge.org/imdb2clp/' + tt + '\' target="_blank"><img src=\'https://www.cinelounge.org/images/logo.png\' style=\'padding-top: 10px; width: 20px;\' title=\'Fiche CinéLounge\' /></a>';

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址