Compare commits
2 Commits
d6f6be2f2d
...
d11f31dc93
Author | SHA1 | Date |
---|---|---|
|
d11f31dc93 | 2 months ago |
|
b571a3c8fa | 2 months ago |
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