1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16:
//==UserScript== // @name toe:voegen-inhoud // @namespace http://localhost // @description voegt iets aan localhostWeb-pagina toe // @include http://localhost // ==/UserScript== var embleem = document.createElement („afd.“); logo.innerHTML = „style= " marge “ + „DEZE TEKST WORDT OPGENOMEN“ + „“; document.body.insertBefore (embleem, document.body.lastChild); }
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21:
Het werkt!