Skip to content

Instantly share code, notes, and snippets.

View ThzeTerminator's full-sized avatar
:shipit:

ThzeTerminator

:shipit:
  • somewhere
View GitHub Profile
@ThzeTerminator
ThzeTerminator / ontKnooppunt.js
Created July 7, 2020 01:37
clicking the answer button shows you answers, regardless of permissions on Knooppunt ebooks lol
(function() {
// Load the script
var script = document.createElement("SCRIPT");
script.src = 'https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js';
script.type = 'text/javascript';
script.onload = function() {
var $ = window.jQuery;
// Use $ here...
$(document).ready(function() {
$("#viewFrame").contents().find('#btn_answerMode').removeAttr('unselectable');
@ThzeTerminator
ThzeTerminator / nitty.js
Last active September 28, 2020 06:15
Nitty.js | turn Alerts from UIKit into notifications.
try{
$(document).ready(function() {
$('<div id="NittyContainer" class=""></div>').prependTo("body");
$("#NittyContainer").css({
"top": 0,
"left": 0,
"position": "fixed",
"width": "100%",
"height": "100%",
"z-index": "1000",