【ブックマークレット】
◯URL短縮
javascript:(function(){location.href.match(/\d+\.html/);alert('http://www.aliexpress.com/item/-/' + RegExp.lastMatch);})();

◯画像抜き出し
javascript:open(((document.getElementsByClassName('ui-image-viewer-thumb-frame'))%5B0%5D).children%5B0%5D.getAttribute('src').replace(/%5C/%5B%5E/%5D+%24/,'.jpg'))

◯右クリック、テキスト選択禁止を解除
javascript:(function(){
var d = document;
var select = ['userSelect','khtmlUserSelect','MozUserSelect','MsUserSelect','WebkitUserSelect'];
Array.prototype.forEach.call(d.all, function(el){
if(el.style) select.forEach(function(style){el.style[style] = 'auto';});
el.onmousedown = el.onmousemove = el.onmouseup = el.onselectstart = '';
});
d.onmousedown = d.onmousemove = d.onmouseup = d.onselectstart = d.oncontextmenu = d.body.oncontextmenu = '';
})()

【その他便利な物】
◯Aliexpress Url Cleaner | URLから不要なパラメータを削除して短くする
ttps://greasyfork.org/ja/scripts/26559-aliexpress-url-cleaner

◯Aliexpress remove localized links | 英語以外に飛ばされるのを防止 (だけど最近動いてない?)
ttps://greasyfork.org/ja/scripts/16734-aliexpress-remove-localized-links

◯Aliexpress Show/Hide | 重要じゃないコンテンツを折りたたみ/グレーアウトして目立たないようにする
ttps://userstyles.org/styles/122955/aliexpress-show-hide