Skip to content

Instantly share code, notes, and snippets.

View tekei's full-sized avatar

Masanori Takeda tekei

  • Japan
View GitHub Profile
@tekei
tekei / aitter_rakuten.js
Last active December 11, 2024 13:55 — forked from kantan2015/aitter_rakuten.js
新しい画面表示に対応 & 複数個購入時の金額処理を追加
(function(){
var total = 0;
var year = '2024';
function init(num) {
num = (typeof num !== 'number' ? 0 : num);
if(num === 0) {
$('<div/>').css({
position: 'fixed',
left: 0,
top: 0,