You are going to block this site. This will do the following:
- You will no longer see this site in searches.
- Site will no longer see your site in searches.
- Site will not be able to comment on your site profile.
- Any comments this site has posted to your profile will not be displayed.
Are you sure you want to do this?
this is the new one btw
math_items = Object.getOwnPropertyNames(Math); for (let item in math_items) { // create math aliases item = math_items[item]; this[item] = Math[item]; } int = Math.floor; // honorable mention
i have added the code snippet to bytetable i might add it later to the main one