Skip to content

Instantly share code, notes, and snippets.

@eggplants
Last active November 22, 2021 15:19
Show Gist options
  • Save eggplants/6c05ebcd6f9f68223057b155bb64ffc0 to your computer and use it in GitHub Desktop.
Save eggplants/6c05ebcd6f9f68223057b155bb64ffc0 to your computer and use it in GitHub Desktop.
https://pub.a8.net/a8v2/media/linkAction.do からtextarea内アフィリエイトバナーコードをJs Object形式で一括コピーするBookmarklet
javascript:var a="";document.querySelectorAll("textarea").forEach(e=>{a+=`\`${e.value}\`,`});window.prompt("ads=[...]とかの中にコピペ",a.replace(/a href/g, 'a target="_blank" href').replace(/border="\d+" width="\d+" height="\d+"/g, `onerror="this.onerror=null;this.src='https://raw.githubusercontent.com/eggplants/ads/master/img/404.png';"`))
@eggplants
Copy link
Author

フィルタは以下のようにする
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment