Giter Site home page Giter Site logo

Comments (60)

Epic0001 avatar Epic0001 commented on September 25, 2024

btw heres the error for u
image

from kahack.

jokeri2222 avatar jokeri2222 commented on September 25, 2024

Thanks for your bug report ill look into it.

from kahack.

jokeri2222 avatar jokeri2222 commented on September 25, 2024

It seems its not on the kahoot.it/rest/kahoots/3044900f-eBc7-449f-90dc-ebaa0959ddcb
wonder where it could be

from kahack.

jokeri2222 avatar jokeri2222 commented on September 25, 2024

Stupid me I didn't even check if the obfuscated code was working. Short answer it wasnt.

from kahack.

jokeri2222 avatar jokeri2222 commented on September 25, 2024

Should work now.
screenshot

from kahack.

Epic0001 avatar Epic0001 commented on September 25, 2024

uhh im not sure if this is me now but it still doesnt appear to do anything
image

from kahack.

jokeri2222 avatar jokeri2222 commented on September 25, 2024

well it doesnt seem to update the question index

from kahack.

jokeri2222 avatar jokeri2222 commented on September 25, 2024

does the show answers work

from kahack.

jokeri2222 avatar jokeri2222 commented on September 25, 2024

the click event doesnt seem to work anymore for the answer elements

from kahack.

Epic0001 avatar Epic0001 commented on September 25, 2024

yeah the old hack i was using stop working it wouldnt click so i found this but it seem to got the same problem

from kahack.

jokeri2222 avatar jokeri2222 commented on September 25, 2024

ill try to find a way to click without using the click function but idk if i can. it will take me some time

from kahack.

Epic0001 avatar Epic0001 commented on September 25, 2024

If you cant find a click i think you can use the number keys cause you can use them when u play actual kahoot

from kahack.

jokeri2222 avatar jokeri2222 commented on September 25, 2024

yes i found that it worked

from kahack.

jokeri2222 avatar jokeri2222 commented on September 25, 2024

im fixing it now

from kahack.

jokeri2222 avatar jokeri2222 commented on September 25, 2024

should be fixed

from kahack.

Epic0001 avatar Epic0001 commented on September 25, 2024

Idk auto anwser and show anwser still dont work 😢
image

from kahack.

jokeri2222 avatar jokeri2222 commented on September 25, 2024

for some reason it doesnt update the question index can you send the html for me cus it worked for me

from kahack.

Epic0001 avatar Epic0001 commented on September 25, 2024

wym i just using tamper monkey

from kahack.

jokeri2222 avatar jokeri2222 commented on September 25, 2024

i meant the kahoot site html i kinda need it if its diffrent from my html (it gets the question index from there)

from kahack.

jokeri2222 avatar jokeri2222 commented on September 25, 2024

it works fine for me on my windows (opera and chrome tested) and also for my Chromebook idk what is happening

from kahack.

Epic0001 avatar Epic0001 commented on September 25, 2024

idk i made my own that highlights
image

from kahack.

jokeri2222 avatar jokeri2222 commented on September 25, 2024

nice im working on it tho converting queryselector to more supported

from kahack.

jokeri2222 avatar jokeri2222 commented on September 25, 2024

now it should work

from kahack.

Epic0001 avatar Epic0001 commented on September 25, 2024

IDK why it dont work for me
image

Your Ui loooks really nice thats why i wanna use it but for mine i made 2montges ago this is how i got the question number and it still works idk if i would be helpful for u
const questionNumberElement = this.doc.querySelector('div[data-functional-selector="question-index-counter"]');
if (questionNumberElement) {

from kahack.

jokeri2222 avatar jokeri2222 commented on September 25, 2024

that is exactly what i use but it seems not to work with your device idk whats going on

from kahack.

jokeri2222 avatar jokeri2222 commented on September 25, 2024

does the console have any errors

from kahack.

Epic0001 avatar Epic0001 commented on September 25, 2024

None realted to your script Can you make a custom version for me that console.log() the question number so we can see if thats working

from kahack.

jokeri2222 avatar jokeri2222 commented on September 25, 2024

i think i can trust you wirh the source code. wait a second

from kahack.

Epic0001 avatar Epic0001 commented on September 25, 2024

Uhh so it kinda got messed up when you pasted it idk if theirs a better way to sshare it cause the boxes seem to mess it up

from kahack.

jokeri2222 avatar jokeri2222 commented on September 25, 2024

ill add you to one of the contributors

from kahack.

Epic0001 avatar Epic0001 commented on September 25, 2024

alr lmk where i can copy it since i dont use github alot

from kahack.

jokeri2222 avatar jokeri2222 commented on September 25, 2024

im just adding you now

from kahack.

jokeri2222 avatar jokeri2222 commented on September 25, 2024

now you are invited

from kahack.

jokeri2222 avatar jokeri2222 commented on September 25, 2024

https://github.com/jokeri2222/KaHack-Source/

from kahack.

Epic0001 avatar Epic0001 commented on September 25, 2024

image
Does this version work since this is from 6 hours ago

from kahack.

jokeri2222 avatar jokeri2222 commented on September 25, 2024

its the user js

from kahack.

jokeri2222 avatar jokeri2222 commented on September 25, 2024

i didnt update the meta

from kahack.

Epic0001 avatar Epic0001 commented on September 25, 2024

ok

from kahack.

Epic0001 avatar Epic0001 commented on September 25, 2024

I MIght of found the issue

from kahack.

Epic0001 avatar Epic0001 commented on September 25, 2024

countdown__Count-sc-136q2in-0 doesnt exist for me so it cant ever get the questio number

from kahack.

jokeri2222 avatar jokeri2222 commented on September 25, 2024

it should be the counter
Screenshot 2024-02-01 23 19 36

from kahack.

jokeri2222 avatar jokeri2222 commented on September 25, 2024

how would i get if the question has started

from kahack.

Epic0001 avatar Epic0001 commented on September 25, 2024

yeah mine dont got that

from kahack.

jokeri2222 avatar jokeri2222 commented on September 25, 2024

well does ur kahoot have the text before the question (in my image "Question 2")

from kahack.

Epic0001 avatar Epic0001 commented on September 25, 2024

nah
image
i think i might have a solution tho that shouldnt break either of ours

from kahack.

jokeri2222 avatar jokeri2222 commented on September 25, 2024

ok i shall hear your solution

from kahack.

Epic0001 avatar Epic0001 commented on September 25, 2024

alr almost their it gets the question number but i gotta think of a way for it to know when the question starting

from kahack.

jokeri2222 avatar jokeri2222 commented on September 25, 2024

well i thinked and what if we get the question idex always and if there is an answer on the screen it should indicate that the question has started. It should also track which was the last question to be answered

from kahack.

Epic0001 avatar Epic0001 commented on September 25, 2024

yes thats essentily what im trying to implement right now

from kahack.

Epic0001 avatar Epic0001 commented on September 25, 2024

basically it just checks if the anwser element exists

from kahack.

jokeri2222 avatar jokeri2222 commented on September 25, 2024

haha great minds think alike

from kahack.

jokeri2222 avatar jokeri2222 commented on September 25, 2024

basically it just checks if the anwser element exists

just check the first ansser it always exists if question is going on

from kahack.

Epic0001 avatar Epic0001 commented on September 25, 2024

I belive i have fixed it

from kahack.

Epic0001 avatar Epic0001 commented on September 25, 2024

im gonna test it on a bigger game tho

from kahack.

jokeri2222 avatar jokeri2222 commented on September 25, 2024

lol i thinkied i fixed it too

from kahack.

jokeri2222 avatar jokeri2222 commented on September 25, 2024

but still share your code if its better

from kahack.

Epic0001 avatar Epic0001 commented on September 25, 2024

image
yeah

from kahack.

Epic0001 avatar Epic0001 commented on September 25, 2024

want me to send here?

from kahack.

jokeri2222 avatar jokeri2222 commented on September 25, 2024

maby in the source

from kahack.

Epic0001 avatar Epic0001 commented on September 25, 2024

i made an issue on the source

from kahack.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.