Skip to content

Instantly share code, notes, and snippets.

@doraeric
Last active February 17, 2023 08:32
Show Gist options
  • Save doraeric/8c72d0680d4d8e7c03bf4e1fcfe36b03 to your computer and use it in GitHub Desktop.
Save doraeric/8c72d0680d4d8e7c03bf4e1fcfe36b03 to your computer and use it in GitHub Desktop.
Click raw to install the greasemonkey script
// ==UserScript==
// @name myNTU Search
// @version 1.1
// @match https://my.ntu.edu.tw/*
// @grant none
// ==/UserScript==
document.getElementById('searchText').removeAttribute('disabled')
document.getElementById('search').onclick = null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment