This is an old revision of the document!


RegExp

Remove shared JS from Plotly pages:

  • Find:
    \n        <script type="text/javascript">(?s).*\(27\)\}\)\);</script>
  • Replace:
    <script type="text/javascript" src="plotly.js"></script>

Remove double space from Plotly pages:

  • Find:
    \s{2,}+
  • Replace:
     

Add title to Plotly pages:

  • Find:
    <head><meta
  • Replace:
    <head><title>IsItHotInHere.org - Climate data illustrated</title><meta
  • regexp.1624860784.txt.gz
  • Last modified: 2021/06/28 14:13
  • by 192.168.1.50