ヤフオクの取引ナビ(ベータ版)からクリックポスト用データをコピーする
by
mitsube
2016-03-08 [2016/03/08 16:15:50]
「クリックポストの新規発送フォームを一括入力する」と合わせて使用してください
@@ -54,9 +54,10 @@
// ];
// prompt('コピーしてください',bidder.toString());
+// document.location.href = "//click-post.secure.force.com/";
// }else{
// alert('error!');
// }
// })();
-!function(){var t=[];if(String.prototype.capitalize=function(){return this.replace(/[A-Za-z0-9\-]/g,function(t){return String.fromCharCode(t.charCodeAt(0)+65248)}).replace(/ /g,"")},String.prototype.paragraph=function(){var t=this;return t.length>20&&(t=t.replace(/^(.+[1-9][0-9]*)(.*)/,"$1\n$2")),t.toString()},$(".decCnfWr").each(function(){t.push($(this).text())}),-1!==t[6].indexOf("クリックポスト")){var r=[$(".decItmName").text().capitalize().substr(0,15),t[3].substr(1,3),t[3].substr(4,4),t[4].capitalize().paragraph(),t[2],t[5]];prompt("コピーしてください",r.toString())}else alert("error!")}();
+!function(){var t=[];if(String.prototype.capitalize=function(){return this.replace(/[A-Za-z0-9\-]/g,function(t){return String.fromCharCode(t.charCodeAt(0)+65248)}).replace(/ /g,"")},String.prototype.paragraph=function(){var t=this;return t.length>20&&(t=t.replace(/^(.+[1-9][0-9]*)(.*)/,"$1\n$2")),t.toString()},$(".decCnfWr").each(function(){t.push($(this).text())}),-1!==t[6].indexOf("クリックポスト")){var r=[$(".decItmName").text().capitalize().substr(0,15),t[3].substr(1,3),t[3].substr(4,4),t[4].capitalize().paragraph(),t[2],t[5]];prompt("コピーしてください",r.toString()),document.location.href="//click-post.secure.force.com/"}else alert("error!")}();
/*
* @title ヤフオクの取引ナビ(ベータ版)からクリックポスト用データをコピーする
* @description 「クリックポストの新規発送フォームを一括入力する」と合わせて使用してください
*
* ヤフオクの取引ナビベータ版のページで実行すると、プロンプトウィンドウが開きます。
* 「オークションタイトル,郵便番号(上3桁),郵便番号(下4桁),住所,名前,電話番号」
* といった形式のテキストが表示されていますので、コピーしてください。
* タイトルと住所はクリックポスト用に整形しています。
* タイトル: 半角英数を全角に置き換え、15文字以上は切り捨て
* 住所: 半角英数を全角に置き換え、20文字以上の場合は適宜改行を挿入
*
* クリックポストの新規発送ページに移動後、
* 「クリックポストの新規発送フォームを一括入力する」
* http://let.hatelabo.jp/mitsube/let/hJmf08Ws8scO
* を実行し、コピーしていたものをペーストしてください。
*
* @include https://contact.auctions.yahoo.co.jp/seller/*
* @license MIT License
* @javascript_url
*/
// (function(){
// var table = [];
// String.prototype.capitalize = function(){
// return this.replace(/[A-Za-z0-9\-]/g, function(s) {
// return String.fromCharCode(s.charCodeAt(0) + 0xFEE0);
// }).replace(/ /g,"");
// };
// String.prototype.paragraph = function(){
// var str = this;
// if (str.length > 20) {
// str = str.replace(/^(.+[1-9][0-9]*)(.*)/, '$1\n$2');
// }
// return str.toString();
// }
// $('.decCnfWr').each(function(i){
// table.push($(this).text());
// });
// if( table[6].indexOf('クリックポスト') !== -1 ) {
// var bidder = [
// $('.decItmName').text().capitalize().substr(0,15), // print_title
// table[3].substr(1,3), // zip1
// table[3].substr(4,4), // zip2
// table[4].capitalize().paragraph(), // reciver_adress
// table[2], // receiver_name
// table[5], // receiver_phone
// ];
// prompt('コピーしてください',bidder.toString());
// document.location.href = "//click-post.secure.force.com/";
// }else{
// alert('error!');
// }
// })();
!function(){var t=[];if(String.prototype.capitalize=function(){return this.replace(/[A-Za-z0-9\-]/g,function(t){return String.fromCharCode(t.charCodeAt(0)+65248)}).replace(/ /g,"")},String.prototype.paragraph=function(){var t=this;return t.length>20&&(t=t.replace(/^(.+[1-9][0-9]*)(.*)/,"$1\n$2")),t.toString()},$(".decCnfWr").each(function(){t.push($(this).text())}),-1!==t[6].indexOf("クリックポスト")){var r=[$(".decItmName").text().capitalize().substr(0,15),t[3].substr(1,3),t[3].substr(4,4),t[4].capitalize().paragraph(),t[2],t[5]];prompt("コピーしてください",r.toString()),document.location.href="//click-post.secure.force.com/"}else alert("error!")}();
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。