Skip to content

Instantly share code, notes, and snippets.

javascript:(function(){const MAX_RETRIES=3,RETRY_DELAY=2e3,TIMEOUT_MS=3e5;let url=window.location.origin,domain=new URL(url).hostname,archiveAPI="https://web.archive.org/web/timemap/json?url="+encodeURIComponent(url)+"&matchType=prefix&collapse=urlkey&output=json&fl=original,mimetype,timestamp,groupcount&filter=statuscode:200&mimetype:text/html",proxyOptions=["https://api.allorigins.win/get?disableCache=true&url="+encodeURIComponent(archiveAPI),"https://corsproxy.io/?"+encodeURIComponent(archiveAPI),"https://cors-proxy.taskcluster.net/"+encodeURIComponent(archiveAPI)],loadingMessage=document.createElement("div");function updateLoadingMessage(e){loadingMessage.innerHTML=e}function removeLoadingMessage(){document.body.contains(loadingMessage)&&document.body.removeChild(loadingMessage)}function fetchWithTimeout(e,t={},a=TIMEOUT_MS){return Promise.race([fetch(e,t),new Promise((e,t)=>setTimeout(()=>t(new Error("Request timeout - Wayback Machine might be busy")),a))])}async function tryProxies(e=0,t=0){if(t>=proxyO
@natzir
natzir / image_captioning.ipynb
Created October 10, 2024 10:17
image_captioning.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@natzir
natzir / wayback-machine-s-robots-txt-change-visualizer.ipynb
Created October 10, 2024 08:22
Wayback Machine's Robots.txt Change Visualizer
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@natzir
natzir / youtube_video_summarizer-gpt-4.ipynb
Created October 10, 2024 08:18
YouTube_Video_Summarizer- GPT-4.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@natzir
natzir / breaking-and-fooling-c2pa-hack.ipynb
Created October 10, 2024 08:16
Breaking and Fooling C2PA [Hack]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@natzir
natzir / how-to-fool-hive-moderation-s-ai-generated-image-detection-hack.ipynb
Created October 10, 2024 08:16
How to Fool Hive Moderation's AI-Generated Image Detection [Hack]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@natzir
natzir / breaking-google-synthid-watermarking-hack.ipynb
Created October 10, 2024 08:14
Breaking Google SynthID Watermarking [Hack]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@natzir
natzir / fuzzy-booster-by-natzir-mlforseo.ipynb
Created October 10, 2024 08:13
Fuzzy Booster by Natzir - MLforSEO
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@natzir
natzir / free-google-s-robots-txt-parser-tool-official.ipynb
Created October 10, 2024 08:12
Free Google's Robots.txt Parser Tool - Official
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@natzir
natzir / getSistrixSERPScreenshots.js
Created July 9, 2024 13:26
Get Sistrix SERP Screenshots
javascript:'use%20strict'%3Bfunction%20clickLoadMoreButton()%7Bvar%20d%3Ddocument.querySelector('.js-more-button-container%5Bdata-func%3D%22next%22%5D%3Anot(.disabled)%20.btn')%3Breturn!!d%26%26(d.click()%2C!0)%7Dvar%20intervalId%3DsetInterval(function()%7BclickLoadMoreButton()%7C%7C(clearInterval(intervalId)%2CdownloadImages())%7D%2C400)%3Basync%20function%20downloadImages()%7Bvar%20d%3Ddocument.querySelectorAll(%22.device%22)%3Bfor(let%20e%3D0%3Be%3Cd.length%3Be%2B%2B)%7Bvar%20a%3Dd%5Be%5D%2Cc%3Da.querySelector(%22img.serp-screenshot%22)%3Bif(c%26%26c.src%26%26(c%3Dc.src%2Ca%3Da.querySelector(%22.infos%20.label%22)))%7Ba%3Da.textContent.trim()%3Ba%3Da.replace(%2F%3A%2Fg%2C%22_%22)%3Bvar%20b%3Dc.match(%2Fkeyword%5C%2F(%5B%5E%5C%2F%5D*)%5C%2F%2F)%3Ba%3D%60%24%7Be%2B1%7D-%24%7Bb%3Fb%5B1%5D%3A%22unknown%22%7D-%24%7Ba%7D.jpg%60%3Bb%3Ddocument.createElement(%22a%22)%3Bb.href%3Dc%3Bb.download%3Da%3Bdocument.body.appendChild(b)%3Bb.click()%3Bdocument.body.removeChild(b)%7D0%3D%3D(e%2B1)%2510%26%26await%20new%20Prom