Skip to content

Commit

Permalink
Updated at 2024/06/15
Browse files Browse the repository at this point in the history
  • Loading branch information
misaka19008 committed Jun 15, 2024
1 parent 5fd4edd commit 8a169ef
Show file tree
Hide file tree
Showing 26 changed files with 3,624 additions and 7 deletions.
487 changes: 487 additions & 0 deletions 2024/06/13/new-info/index.html

Large diffs are not rendered by default.

427 changes: 427 additions & 0 deletions 2024/06/13/test-page/index.html

Large diffs are not rendered by default.

170 changes: 170 additions & 0 deletions 404/index.html

Large diffs are not rendered by default.

467 changes: 467 additions & 0 deletions author/misaka19008/index.html

Large diffs are not rendered by default.

386 changes: 386 additions & 0 deletions htb_notes/index.html

Large diffs are not rendered by default.

463 changes: 456 additions & 7 deletions index.html

Large diffs are not rendered by default.

386 changes: 386 additions & 0 deletions misc_article/index.html

Large diffs are not rendered by default.

432 changes: 432 additions & 0 deletions uncategorized/index.html

Large diffs are not rendered by default.

386 changes: 386 additions & 0 deletions vulnhub_notes/index.html

Large diffs are not rendered by default.

Binary file added wp-content/themes/Sakura/images/favicon.ico
Binary file not shown.
Binary file added wp-content/themes/Sakura/images/random/d-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wp-content/themes/Sakura/images/random/d-3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wp-content/themes/Sakura/images/random/d-5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions wp-content/themes/Sakura/js/setBg.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
var url = "https://raw.githubusercontent.com/misaka19008/misaka19008-blog-cache/main/manifest/manifest.json";
var xhr = new XMLHttpRequest();
xhr.open("GET", url, true);
xhr.send();
xhr.onreadystatechange = function () {
if (xhr.readyState === 4 && xhr.status === 200) {
json_data = JSON.parse(xhr.responseText);
var imglist = new Array();
Object.values(json_data).forEach(val => {imglist.push(val.webp[0])});
}
};
function setBgImage(div_name,list) {
myDiv = document.getElementById(div_name);
myDiv.style.backgroundImage = "url('https://raw.githubusercontent.com/misaka19008/misaka19008-blog-cache/main/manifest/" + list[0] + "')";
};
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wp-content/uploads/2024/06/Hack-The-Box-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wp-content/uploads/2024/06/OIP.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wp-content/uploads/2024/06/misaka.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions wp-includes/css/dist/block-library/style.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions wp-json/index.html

Large diffs are not rendered by default.

0 comments on commit 8a169ef

Please sign in to comment.