Last active
November 22, 2021 15:19
-
-
Save eggplants/6c05ebcd6f9f68223057b155bb64ffc0 to your computer and use it in GitHub Desktop.
https://pub.a8.net/a8v2/media/linkAction.do からtextarea内アフィリエイトバナーコードをJs Object形式で一括コピーするBookmarklet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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';"`)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
フィルタは以下のようにする
