Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
survivor_library_table [2023/09/22 05:49] – created demiurgesurvivor_library_table [2023/09/22 05:54] (current) demiurge
Line 253: Line 253:
 </tbody> </tbody>
 </table> </table>
 +<script>
 +    document.querySelectorAll('table a[href]').forEach(function(anchor) {
 +        anchor.href = 'https://www.survivorlibrary.com' + anchor.getAttribute('href');
 +        anchor.setAttribute('target', '_blank');
 +        anchor.setAttribute('rel', 'noopener noreferrer');
 +    });
 +</script>
 </HTML> </HTML>