// ==UserScript==
// @name Quizlet.com Export
// @version 1.0.0
// @author petracoding
// @namespace petracoding
// @grant none
// @license MIT
// @include https://quizlet.com/*
// @include http://quizlet.com/*
// @include https://www.quizlet.com/*
// @include http://www.quizlet.com/*
// @description Adds functionality for copying quizlet lists to the clipboard
// @downloadURL none
// ==/UserScript==
// SETTINGS:
const delimiter = "\n"; // Use "\n" for a new line. Default: "\n"
const delimiterBetweenWords = "\n\n"; // Use "\n" for a new line. Default: "\n\n"
// DO NOT CHANGE ANYTHING BELOW HERE.
start();
function start() {
const wrapper = document.querySelector(".SetPageHeader");
if (!wrapper) return;
wrapper.innerHTML = wrapper.innerHTML + `