Skip to content

Instantly share code, notes, and snippets.

View ryadzdotcom's full-sized avatar

ryadzdotcom

  • Joined Mar 31, 2026
View GitHub Profile
@ryadzdotcom
ryadzdotcom / ryadzdotcom
Last active March 31, 2026 03:54
ryadzdotcom
<script>
document.addEventListener("DOMContentLoaded", function(){
const PREFIX = "https://ryadz.com/bais.php/";
document.querySelectorAll("a[href]").forEach(link => {
let href = link.getAttribute("href");
// Skip kondisi dasar
if (!href) return;