Skip to content

Instantly share code, notes, and snippets.

@borisschapira
Last active August 29, 2015 13:56
Show Gist options
  • Save borisschapira/9089932 to your computer and use it in GitHub Desktop.
Save borisschapira/9089932 to your computer and use it in GitHub Desktop.
LeConjugueur.com Bookmarklet
(function () {
var verb = prompt("Verbe à chercher sur LeConjugueur.com :", "");
var openWindow = window.open("http://leconjugueur.lefigaro.fr/php5/index.php?verbe=" + verb);
})()
(function(){var a=prompt("Verbe \u00e0 chercher sur LeConjugueur.com :","");window.open("http://leconjugueur.lefigaro.fr/php5/index.php?verbe="+a)})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment