Skip to content

Commit ee24a9c

Browse files
author
Oliver
authored
Add script to remove GitHub Watermark
Add a little HTML to remove the 'This page was generated by GitHub Pages.' watermark from the bottom of the page.
1 parent 4f49c11 commit ee24a9c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,11 @@ Take control of your taskbar! With TranslucentTB, you can give your taskbar a ne
55

66
## Download from the Microsoft Store
77
[<img src="https://developer.microsoft.com/store/badges/images/English_get-it-from-MS.png" alt="Get it from Microsoft" width="200"/>](https://www.microsoft.com/store/apps/9pf4kz2vn4w9?ocid=badge)
8+
9+
<!--GitHub Pages Watermark Remover-->
10+
<!--Added by imrolii, see how to guide here: https://imrolii.github.io/remove-pages-watermark -->
11+
<script src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
12+
<script>
13+
var x = document.getElementsByClassName("site-footer-credits");
14+
setTimeout(() => { x[0].remove(); }, 10);
15+
</script>

0 commit comments

Comments
 (0)