Skip to content

Instantly share code, notes, and snippets.

View jarindr's full-sized avatar
💭
I paid github for the PRO badge.

Jarindr Thitadilaka jarindr

💭
I paid github for the PRO badge.
  • Thailand
View GitHub Profile
@jarindr
jarindr / code.js
Last active April 20, 2017 22:06
ถ้าจะจีบ 7 คำถาม cheat code แปะตอนข้อแรก
['.m_question_qimg', '.m_question_q'].forEach(function (x) {
return $(x).each(function (i, e) {
var arr = $(e).attr('onclick').replace(')', '').split(',');
if (arr.slice(0, -1).indexOf(arr[6]) !== -1) {
$(e).css({
transform: 'rotate(-720000deg)',
background: '#b3f9d2',
transition: '1000s'
});
} else {