Loading...

0 × 0

My Computer (v2)



Device Information

island image


Text File Editor (?)


Document Files


HELP & TIPS

  1. Use alt-v to search the web using google.
  2. Hover over (?) if you need help.
  3. Use alt-s to save your documents!
  4. Use alt-l to load your documents!
  5. This app works best in chromium browsers.
  6. Hover over buttons! (hover for more info)
  7. Press [ESC] to close the open dialog box!
  8. Press alt+z to view all custom key shortcuts.


Background Changer

0




Scratch Project



The Calculator (?) :

color generator #000000

Press the above button to generate a new random color!


Minecraft 1.8.X Give Command (?)





Press button to generate command

Minecraft 1.8.X Summon Command (?)






Press button to generate command

ONLINE TIME

Seconds:

Minutes:

Hours:

Days:


The My Computer Stopwatch

00:00:00


website reference

HTML Reference

  1. <a> - Defines a hyperlink
  2. <abbr> - Represents an abbreviation or acronym
  3. <address> - Defines contact information for the author/owner of a document
  4. <article> - Represents a self-contained piece of content that could be distributed and reused independently
  5. <aside> - Represents content that is tangentially related to the content around it
  6. <audio> - Embeds sound content in the document
  7. <b> - Represents bold text without any extra importance
  8. <blockquote> - Represents a section that is quoted from another source
  9. <body> - Represents the content of an HTML document
  10. <br> - Represents a line break
  11. <button> - Represents a clickable button
  12. <canvas> - Used to draw graphics, on the fly, via scripting (usually JavaScript)
  13. <caption> - Represents the title of a table
  14. <cite> - Represents the title of a creative work
  15. <code> - Represents a piece of computer code
  16. <div> - Represents a generic container
  17. <em> - Represents emphasized text
  18. <figcaption> - Represents a caption or legend for a <figure> element
  19. <figure> - Represents any content that is referenced from the main content
  20. <footer> - Represents a footer for a section or page
  21. <form> - Represents an HTML form for user input
  22. <h1> to <h6> - Represents headings of different levels
  23. <head> - Contains metadata about the HTML document
  24. <header> - Represents a header for a section or page
  25. <hgroup> - Represents the heading of a section
  26. <hr> - Represents a thematic break between paragraph-level elements
  27. <html> - Represents the root of an HTML document
  28. <i> - Represents a span of text in an alternate voice or mood
  29. <iframe> - Represents an inline frame
  30. <img> - Represents an image
  31. <input> - Represents an interactive control within a form
  32. <ins> - Represents added text
  33. <kbd> - Represents keyboard input
  34. <label> - Represents a label for an <input> element
  35. <legend> - Represents a caption for the content of its parent <fieldset>
  36. <li> - Represents a list item
  37. <link> - Defines the relationship between a document and an external resource
  38. <main> - Represents the main content of the <body> of a document
  39. <map> - Represents a client-side image map
  40. <mark> - Represents text highlighted for reference purposes
  41. <meta> - Represents metadata that cannot be represented by other HTML meta-related elements
  42. <nav> - Represents a navigation menu
  43. <noscript> - Represents fallback content to be displayed for browsers that do not support scripting
  44. <object> - Represents an external resource, which can be treated as an image, a nested browsing context, or a resource to be handled by a plugin
  45. <ol> - Represents an ordered list
  46. <optgroup> - Represents a group of <option> elements with a common label
  47. <option> - Represents an option in a <select> element
  48. <output> - Represents the result of a calculation or user action
  49. <p> - Represents a paragraph
  50. <param> - Defines parameters for an <object> element
  51. <picture> - Represents a container for multiple image sources
  52. <pre> - Represents preformatted text
  53. <progress> - Represents the progress of a task
  54. <q> - Represents a short quotation
  55. <rp> - Represents the text that is shown in browsers that do not support ruby annotations
  56. <rt> - Represents the pronunciation of characters presented in a ruby annotation
  57. <ruby> - Represents a ruby annotation
  58. <s> - Represents text that is no longer accurate or relevant
  59. <samp> - Represents sample output from a program or computing system
  60. <script> - Represents embedded scripting
  61. <section> - Represents a generic section of a document
  62. <select> - Represents a control that provides a menu of options
  63. <small> - Represents small text
  64. <source> - Specifies multiple media resources for media elements (<video> and <audio>)
  65. <span> - Represents a generic container with no specific semantic meaning
  66. <strong> - Represents strong importance, seriousness, or urgency for its contents
  67. <style> - Contains style information for a document, or part of a document
  68. <sub> - Represents subscript text
  69. <summary> - Represents a summary or legend for a <details> element
  70. <sup> - Represents superscript text
  71. <svg> - Represents scalable vector graphics
  72. <table> - Represents data with more than one dimension
  73. <tbody> - Represents the content of a table body
  74. <td> - Represents a data cell in a table
  75. <template> - Represents a template
  76. <textarea> - Represents a multiline text input control
  77. <tfoot> - Represents the content of a table footer
  78. <th> - Represents a header cell in a table
  79. <thead> - Represents the content of a table header
  80. <time> - Represents a specific period in time
  81. <title> - Defines the title of the document
  82. <tr> - Represents a row in a table
  83. <track> - Represents text tracks for media elements (<video> and <audio>)
  84. <ul> - Represents an unordered list
  85. <var> - Represents the name of a variable in a mathematical expression or a programming context
  86. <video> - Embeds video content in the document
  87. <wbr> - Represents a word break opportunity

CSS Reference

  1. align-content - Aligns the flexible container's items when the items do not use all available space on the cross-axis
  2. align-items - Aligns the items inside a flexible container along the cross-axis
  3. align-self - Aligns the selected item inside a flexible container
  4. animation - A shorthand property for all the animation properties
  5. background - A shorthand property for all the background properties
  6. border - A shorthand property for all the border properties
  7. box-shadow - Attaches one or more drop-shadows to the box
  8. clear - Specifies where the next floating element should be placed concerning the left, right, or both sides of the current floating element
  9. clip - Clips an absolutely positioned element
  10. color - Sets the color of the text
  11. column-count - Specifies the number of columns an element should be divided into
  12. column-gap - Specifies the gap between the columns
  13. content - Used with the - -before and - -after pseudo-elements to insert generated content
  14. counter-increment - Increments one or more counters
  15. counter-reset - Creates or resets one or more counters
  16. cursor - Specifies the type of cursor to be displayed
  17. direction - Specifies the text direction/writing direction
  18. display - Specifies the type of box used for an element
  19. filter - Defines effects (e.g., blurring or color shifting) on an element before the element is displayed
  20. flex - A shorthand property for the flex-grow, flex-shrink, and flex-basis properties
  21. float - Specifies whether or not an element should float
  22. font - A shorthand property for all the font properties
  23. grid - A shorthand property for defining a grid template
  24. height - Sets the height of an element
  25. justify-content - Aligns the items inside a flexible container along the main-axis
  26. left - Sets the left position of a positioned element
  27. letter-spacing - Increases or decreases the space between characters in a text
  28. line-height - Sets the line height
  29. list-style - A shorthand property for all the list-style properties
  30. margin - A shorthand property for the margin-top, margin-right, margin-bottom, and margin-left properties
  31. max-height - Sets the maximum height of an element
  32. max-width - Sets the maximum width of an element
  33. min-height - Sets the minimum height of an element
  34. min-width - Sets the minimum width of an element
  35. opacity - Sets the transparency level for an element
  36. order - Sets the order of a flexible item
  37. outline - A shorthand property for all the outline properties
  38. overflow - Specifies what happens if content overflows an element's box
  39. padding - A shorthand property for the padding-top, padding-right, padding-bottom, and padding-left properties
  40. page-break-after - Sets the page-breaking behavior after an element
  41. page-break-before - Sets the page-breaking behavior before an element
  42. page-break-inside - Sets the page-breaking behavior inside an element
  43. perspective - Defines how many pixels a 3D element is placed from the view
  44. position - Specifies the type of positioning method used for an element
  45. quotes - Sets the type of quotation marks
  46. resize - Specifies whether or not an element is resizable by the user
  47. right - Sets the right position of a positioned element
  48. tab-size - Specifies the number of spaces in a tab-character
  49. text-align - Specifies the horizontal alignment of text
  50. text-decoration - Specifies the decoration added to text
  51. text-indent - Specifies the indentation of the first line in a text-block
  52. text-transform - Controls the capitalization of text
  53. top - Sets the top position of a positioned element
  54. transform - Applies a 2D or 3D transformation to an element
  55. transition - A shorthand property for all the transition properties
  56. unicode-bidi - Specifies the level of embedding of an inline-level element
  57. user-select - Specifies the user's ability to select text
  58. vertical-align - Sets the vertical alignment of an element
  59. visibility - Specifies whether or not an element is visible
  60. white-space - Sets how white space inside an element is handled
  61. width - Sets the width of an element
  62. word-break - Specifies where to break lines within words
  63. word-spacing - Increases or decreases the space between words in a text
  64. word-wrap - Allows long, unbreakable words to be broken and wrap to the next line
  65. z-index - Sets the stack order of a positioned element

JavaScript Reference

  1. alert() - Displays an alert box with a specified message and an OK button
  2. prompt() - Displays a dialog box that prompts the visitor for input
  3. confirm() - Displays a dialog box with a specified message and an OK and a Cancel button
  4. console.log() - Outputs a message to the console
  5. setTimeout() - Sets a delay in milliseconds before executing a function
  6. setInterval() - Repeatedly calls a function or executes a code snippet, with a fixed time delay between each call
  7. clearTimeout() - Clears the timeout specified by setTimeout()
  8. clearInterval() - Clears the interval specified by setInterval()
  9. parseInt() - Parses a string and returns an integer
  10. parseFloat() - Parses a string and returns a floating-point number
  11. isNaN() - Returns true if a value is NaN (Not-a-Number)
  12. isFinite() - Returns false if the value is NaN, Infinity, or -Infinity
  13. typeof() - Returns a string indicating the type of a variable
  14. String() - Converts an object's value to a string
  15. Number() - Converts an object's value to a number
  16. Array() - Creates a new array object
  17. Object() - Creates a new object
  18. JSON.parse() - Parses a JSON string, constructing the JavaScript value or object described by the string
  19. JSON.stringify() - Converts a JavaScript object or value to a JSON string
  20. Math.random() - Returns a random number between 0 (inclusive) and 1 (exclusive)
  21. Math.round() - Rounds a number to the nearest integer
  22. Math.floor() - Rounds a number down to the nearest integer
  23. Math.ceil() - Rounds a number up to the nearest integer
  24. Math.max() - Returns the largest of zero or more numbers
  25. Math.min() - Returns the smallest of zero or more numbers
  26. Array.isArray() - Returns true if an object is an array, and false otherwise
  27. Array.from() - Creates a new, shallow-copied Array instance from an array-like or iterable object
  28. Array.prototype.map() - Creates a new array with the results of calling a provided function on every element in the array
  29. Array.prototype.filter() - Creates a new array with all elements that pass the test implemented by the provided function
  30. Array.prototype.reduce() - Applies a function against an accumulator and each element in the array (from left to right) to reduce it to a single value
  31. Array.prototype.forEach() - Calls a function for each element in the array
  32. Array.prototype.indexOf() - Returns the first index at which a given element can be found in the array, or -1 if it is not present
  33. Array.prototype.includes() - Determines whether an array includes a certain value among its entries
  34. Array.prototype.slice() - Returns a shallow copy of a portion of an array into a new array object
  35. Array.prototype.splice() - Changes the contents of an array by removing or replacing existing elements and/or adding new elements in place
  36. Array.prototype.sort() - Sorts the elements of an array in place
  37. Array.prototype.reverse() - Reverses the elements of an array in place
  38. String.prototype.length - Returns the length of a string
  39. String.prototype.charAt() - Returns the character at a specified index in a string
  40. String.prototype.indexOf() - Returns the first index at which a given character or substring can be found in a string
  41. String.prototype.includes() - Determines whether one string may be found within another string
  42. String.prototype.substring() - Returns a subset of a string between one index and another
  43. String.prototype.trim() - Removes whitespace from both ends of a string
  44. String.prototype.toUpperCase() - Converts a string to uppercase letters
  45. String.prototype.toLowerCase() - Converts a string to lowercase letters
  46. String.prototype.split() - Splits a string into an array of substrings based on a specified separator
  47. Date() - Creates a new Date object representing the current date and time
  48. Date.prototype.getDate() - Returns the day of the month for the specified date
  49. Date.prototype.getMonth() - Returns the month for the specified date (0-based)
  50. Date.prototype.getFullYear() - Returns the year for the specified date
  51. Date.prototype.getHours() - Returns the hour for the specified date
  52. Date.prototype.getMinutes() - Returns the minutes for the specified date
  53. Date.prototype.getSeconds() - Returns the seconds for the specified date
  54. Date.prototype.getTime() - Returns the numeric value corresponding to the time for the specified date
  55. Date.prototype.toISOString() - Returns a string representing a date in ISO format
  56. Date.prototype.toString() - Converts a date to a string
  57. Date.prototype.setFullYear() - Sets the full year for a specified date
  58. Date.prototype.setMonth() - Sets the month for a specified date
  59. Date.prototype.setDate() - Sets the day of the month for a specified date
  60. Date.prototype.setHours() - Sets the hour for a specified date
  61. Date.prototype.setMinutes() - Sets the minutes for a specified date
  62. Date.prototype.setSeconds() - Sets the seconds for a specified date
  63. document.getElementById() - Gets the element with the specified ID
  64. document.querySelector() - Returns the first element that matches a specified CSS selector
  65. document.createElement() - Creates an HTML element
  66. document.createTextNode() - Creates a text node
  67. element.appendChild() - Adds a node to the end of the list of children of a specified parent node
  68. element.removeChild() - Removes a child node from the DOM
  69. element.setAttribute() - Sets the value of an attribute on the specified element
  70. element.getAttribute() - Returns the value of a specified attribute on the element
  71. element.addEventListener() - Attaches an event handler to the element
  72. navigator.userAgent - Returns the user agent string for the current browser
  73. window.innerWidth - Returns the width of the browser window's content area, including scrollbars
  74. window.innerHeight - Returns the height of the browser window's content area, including scrollbars
  75. window.location.href - Returns the href (URL) of the current page
  76. window.alert() - Displays an alert box with a specified message and an OK button
  77. window.confirm() - Displays a dialog box with a specified message and an OK and a Cancel button
  78. window.prompt() - Displays a dialog box that prompts the visitor for input
  79. window.setTimeout() - Sets a delay in milliseconds before executing a function
  80. window.setInterval() - Repeatedly calls a function or executes a code snippet, with a fixed time delay between each call
  81. window.clearTimeout() - Clears the timeout specified by setTimeout()
  82. window.clearInterval() - Clears the interval specified by setInterval()
  83. navigator.geolocation.getCurrentPosition() - Gets the current geographical location of the device
  84. navigator.geolocation.watchPosition() - Continuously monitors the device's location and updates the position as it changes
  85. navigator.geolocation.clearWatch() - Stops the watchPosition() method
  86. decodeURI() - Decodes a Uniform Resource Identifier (URI) previously created by encodeURI or by a similar routine
  87. encodeURI() - Encodes a Uniform Resource Identifier (URI) by replacing each instance of certain characters by one, two, three, or four escape sequences representing the character's UTF-8 encoding
  88. escape() - Deprecated. Encodes a string
  89. unescape() - Deprecated. Decodes a string encoded with the escape function
  90. Number.isInteger() - Determines whether the passed value is an integer
  91. Number.isNaN() - Determines whether the passed value is NaN and its type is Number
  92. Number.parseFloat() - Parses an argument and returns a floating-point number
  93. Number.parseInt() - Parses a string argument and returns an integer of the specified radix
  94. Object.keys() - Returns an array of a given object's own enumerable property names
  95. Object.values() - Returns an array of a given object's own enumerable property values
  96. Object.entries() - Returns an array of a given object's own enumerable string-keyed property [key, value] pairs
  97. Object.hasOwnProperty() - Returns a boolean indicating whether the object has the specified property
  98. JSON.stringify() - Converts a JavaScript object or value to a JSON string
  99. JSON.parse() - Parses a JSON string, constructing the JavaScript value or object described by the string
  100. Promise() - Creates a new Promise object
  101. Promise.all() - Returns a single Promise that fulfills with an array of fulfillment values for the passed promises, or rejects with the reason of the first promise that rejects
  102. Promise.race() - Returns a promise that fulfills or rejects as soon as one of the promises in an iterable fulfills or rejects, with the value or reason from that promise
  103. fetch() - Sends a request to the server and returns a Promise that resolves to the Response to that request
  104. async function() - Declares an asynchronous function that returns an AsyncFunction object
  105. await expression - Pauses the execution of the async function and waits for the passed Promise's resolution, and then resumes the execution and returns the resolved value

HTML Entities

  1. &lt; - Less than (<)
  2. &gt; - Greater than (>)
  3. &amp; - Ampersand (&)
  4. &quot; - Double quotation mark (")
  5. &apos; - Single quotation mark (apostrophe) (')
  6. &nbsp; - Non-breaking space
  7. &copy; - Copyright symbol (©)
  8. &reg; - Registered trademark symbol (®)
  9. &cent; - Cent sign (¢)
  10. &pound; - Pound sign (£)
  11. &yen; - Yen sign (¥)
  12. &euro; - Euro sign (€)
  13. &times; - Multiplication sign (×)
  14. &divide; - Division sign (÷)

Press button to find location!


command prompt
$

Window Manager








JavaScript Code Editor

Middle click or shift click the code editor to execute your code!


First Version Release Date: 03/24/22


Fidgets & Things

Search Google

Enter Scratch Project ID


This is a
test notif
Reload App
Copy Selection
Paste Text
Clicker Game
Java Script
Print Document
Close Menu
Basic Window
×
Notepad
×
Simple Notepad
Key Shortcuts
×
Keyboard Shortcuts: