in Education by
I run a community website and youtube channel, and I am trying to write a script that lets a select number of users access said youtube channel. However I do not want to give my users the password. Is there any way to set the default values of the username and password boxes with javascript or any other language? Thanks JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
If you use JavaScript people can discover what your password is. I don't think there's another way to do this. Update JavaScript is apparently okay. I would do the following then: create an HTML page on your own server/website, load the YouTube login page in an invisible frame there, fill in the input fields with the necessary information and submit. Then forward them to YouTube. With jQuery the code to fill in the field would be something like: $('input#email').val('yourlogin'); $('input#password').val('yourpassword'); Then submit the form: $('form').submit();

Related questions

0 votes
    I run a community website and youtube channel, and I am trying to write a script that lets a ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 5, 2022 in Education by JackTerrance
0 votes
    So the problem is i don't get get a value from textbox field on GridView RowUpdating event. Here ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 8, 2022 in Education by JackTerrance
0 votes
    I am working on a silverlight app that you need to enter information into a textbox and then just hit ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 2, 2022 in Education by JackTerrance
0 votes
    Im trying to install Android SDK but it says that JRE is not enough and that it needs JDK, I ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 10, 2022 in Education by JackTerrance
0 votes
    I am very new to VB and am exploring this method to simplify mundane manual work process of highlighting ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 7, 2022 in Education by JackTerrance
0 votes
    I have a small calculator that I am creating in C# (Sharp Develop). The user enters two values ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 11, 2022 in Education by JackTerrance
0 votes
    I have a small calculator that I am creating in C# (Sharp Develop). The user enters two values ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 11, 2022 in Education by JackTerrance
0 votes
    If a user hits enter in a windows forms textbox with a KeyUp Event, windows sounds a beep or ding ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 4, 2022 in Education by JackTerrance
0 votes
    Establishing limits on allowable property values, and specifying a set of acceptable, predefined options that can ... Interview Questions and Answers for Freshers and Experience...
asked Oct 11, 2021 in Education by JackTerrance
0 votes
    . Consider the following Dataframe Medals where row indexes are taken as the default values: House Gold Silver ... table in navol: Select the correct answer from above options...
asked Dec 29, 2021 in Education by JackTerrance
0 votes
    What are the default values for the packaging element? If there is no packaging element defined? What is the default value for that?...
asked May 4, 2021 in Technology by Editorial Staff
0 votes
    I am trying to load a log-out URL once the app close button is hit, Something like the following. ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 13, 2022 in Education by JackTerrance
0 votes
    it is possible to crawl a website within an Angular-App? I am speaking about to call a website ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 7, 2022 in Education by JackTerrance
0 votes
    it is possible to crawl a website within an Angular-App? I am speaking about to call a website ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 26, 2022 in Education by JackTerrance
0 votes
    i am developing an internal web analysis system like Google Analytics, i am not very clear about the ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 2, 2022 in Education by JackTerrance
...