2 changed files with 3 additions and 6 deletions
@ -1,7 +1,4 @@
|
||||
|
||||
|
||||
|
||||
$(document).on("click", "[data-obf]", function(){ |
||||
var url = atob($(this).data("obf")); |
||||
document.location.href = url; |
||||
}) |
||||
}); |
Loading…
Reference in new issue