NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name 1414 // @namespace 144141 // @description 144114 // @include http://www.um5s.ac.ma/resultat/choix_resultat.php // @version 1 // @grant none // ==/UserScript== function myFunction() { var str = document.getElementById("demo").innerHTML; var res = str.replace("Microsoft", "W3Schools"); document.getElementById("demo").innerHTML = res; }