User:V111P/js/WebRef: Difference between revisions

Content deleted Content added
m How to create the bookmarklet: improving clarity.
m top: Replaced deprecated <source> tags with <syntaxhighlight>
 
Line 9:
The script can be used as a [[bookmarklet]] with the following address:
<div style="width:95%; overflow:auto; border: 2px solid #088">
<sourcesyntaxhighlight lang="javascript">javascript:(function(){var d=document,s=d.createElement('script');s.src='//en.wikipedia.org/w/index.php?title=User:V111P/js/webRef.js&action=raw&ctype=text/javascript&smaxage=43200&maxage=86400';d.body.appendChild(s);})();</sourcesyntaxhighlight>
</div>