Skip to content

Instantly share code, notes, and snippets.

View Abdillah's full-sized avatar
🛰️
Bit Explorer

Faïz Hernawan Abdillah

🛰️
Bit Explorer
View GitHub Profile
// https://www.memrise.com/course/199109/250-most-important-adjectives-japanese/
(() => {
function getWords(courseId, level) {
const url = `https://www.memrise.com/ajax/session/?course_id=${courseId}&level_index=${level}&session_slug=preview`
// console.log('Fetching words from ' + url)
return fetch(url, {
credentials: 'same-origin'