Last active
August 29, 2015 14:06
-
-
Save mertskaplan/ef53b7ce99ff2eccf111 to your computer and use it in GitHub Desktop.
Ankara Üniversitesi Kampüs Bilgi Sistemi (OBS) için ders kaydetme scripti. Derslerinizi seçtikten sonra aşağıdaki kodu kopyalayın, OBS'de anket ekranını açın, Firefox için "CTRL+SHIFT+K", Chromium tarayıcılar için "CTRL+SHIFT+J" kısayolu ile JavaScript konsolunu açın, kopyaladığınız kodu yapıştırın ve Enter tuşu ile kodu çalıştırın ve bekleyin. …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setInterval(function () {$('button.buttonS.bLightBlue').trigger('click');}, 500); | |
setInterval(function () {$('button').trigger('click');}, 500); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment