User:Connel MacKenzie/setpreferences.js

Hello, you have come here looking for the meaning of the word User:Connel MacKenzie/setpreferences.js. In DICTIOUS you will not only get to know all the dictionary meanings for the word User:Connel MacKenzie/setpreferences.js, but we will also tell you about its etymology, its characteristics and you will know how to say User:Connel MacKenzie/setpreferences.js in singular and plural. Everything you need to know about the word User:Connel MacKenzie/setpreferences.js you have here. The definition of the word User:Connel MacKenzie/setpreferences.js will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofUser:Connel MacKenzie/setpreferences.js, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
/*
Originally, this was going to "silently" open a link, create/edit the page ], etc.  Now, instead, I'll just link to the page desired.  If this javascript detects that we are at that page, in edit mode, it will save the page.  If this javascript detects that we are at that page, not in edit mode, it will attempt to close the window.  That way, I don't mess with any of the quazi-encryption stuff.

get pagetitle
 if (pagetitle.search(/Preferences/g) != -1 ) {

loop through button objects <form name="createbox"...
  find preload name 2nd child <input name="preload" value="Wiktionary..."
    find cookie value
      set inputbox's input box's value = cookie value as TRUE/FALSE <input class="CreateboxInput" value=""
    find button action <input name="create">
      set the object's onclick() action to toggle that cookie
}
*/


function saveMyWiktPref() {
  return;
}

$( saveMyWiktPref );