Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
cmt [2013/05/09 13:03] awfcmt [2015/01/28 23:16] awf
Line 1: Line 1:
 Notes on CMT Notes on CMT
 +
 +Niceify reviews:
 +
 +<code>
 +var jq = document.createElement('script');
 +jq.src = "https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js";
 +document.getElementsByTagName('head')[0].appendChild(jq);
 +// ... give time for script to load, then type.
 +
 +
 +var rows = $("#ctl00_cph_pnlReviews>div>table>tbody>tr")
 +
 +var elt = ''; for(i=1; i < rows.length; ++i) { elt += '<p/><b style="font-size: small;">' + rows[i].children[0].innerHTML + '</b><p>' + rows[i].children[1].innerHTML + '</p>' }
 +
 +$(elt).insertBefore($("#ctl00_cph_pnlReviews"))
 +</code>
 +
  
 Link to translate URLs to links.  Navigate to a page with URLs in it, then execute this in your browser's debug console. Link to translate URLs to links.  Navigate to a page with URLs in it, then execute this in your browser's debug console.
cmt.txt · Last modified: 2021/04/13 13:50 by awf
CC Attribution 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0