Aziza
+ 14....ну думаю еще пару кг наберем...весила до родов 50
(function(checkUpdates, updateNeeded) {function compatError(){// var pageBody = document.getElementsByTagName("body")[0];// var firstChild = pageBody.firstChild;// pageBody.insertBefore(document.createTextNode("Error: YouTube has been updated and YouTube Video Download is no longer compatible. "), firstChild);// var errorLink = document.createElement("a");// errorLink.setAttribute("href", "http://userscripts.org/scripts/show/62634");// errorLink.setAttribute("target", "_blank");// errorLink.appendChild(document.createTextNode("Please click here to check for updates."));// pageBody.insertBefore(errorLink, firstChild);}function getElem(id){var ret;if (!(ret = document.getElementById(id)))compatError();elsereturn ret;}function createDLLink(format){var linkA = document.createElement("a");linkA.className = "yt-uix-button-menu-item " + "ytd-" + format.fmt + "-link";linkA.style.marginTop = "1px";linkA.style.marginBottom = "1px";linkA.setAttribute("href", format.url);var linkSpan = document.createElement("span");linkSpan.appendChild(document.createTextNode(format.quality.description + (format.format && !format.mobile ? " " + format.format : "")));linkA.appendChild(linkSpan);var infoSpan = document.createElement("span");infoSpan.style.color = "darkgrey";infoSpan.appendChild(document.createTextNode((format.mres ? " " + format.mres.width + "x" + format.mres.height : "") + (format.vcodec ? " " + format.vcodec + (format.acodec ? "/" + format.acodec: "") : " (Format " + format.fmt + ")")));linkA.appendChild(infoSpan);if (format.guessed){var tipSpan = document.createElement("span");linkA.appendChild(document.createElement("br"));tipSpan.style.fontSize = "smaller";tipSpan.style.color = "darkgrey";tipSpan.className = "ytd-link-guessed-tip";tipSpan.appendChild(document.createTextNode("(Нажмите ПКМ и выберите \"Сохранить по ссылке как...\", чтобы загрузить этот формат)"));linkA.appendChild(tipSpan);}return linkA;}window.ytd = {formats: {0: { fmt: 0 , quality: { level: 0, recdl: false, description: "Low Quality (rename to video.flv)" }, format: "FLV" , mres: { width: 320, height: 240 }, wmres: { width: 400, height: 226 }, aformat: "22kHz, mono" , acodec: "MP3" , vcodec: "SVQ" },2: { fmt: 2 , quality: { level: 0, recdl: false, description: "Official Download Format" }, format: "(Unknown)", vcodec: "Doesn't work" },5: { fmt: 5 , quality: { level: 1, recdl: false, description: "Low Quality" }, format: "FLV" , mres: { width: 320, height: 240 }, wmres: { width: 400, height: 226 }, aformat: "22kHz, mono" , acodec: "MP3" , vcodec: "SVQ" },6: { fmt: 6 , quality: { level: 2, recdl: false, description: "High Quality" }, format: "FLV" , mres: { width: 480, height: 360 }, wmres: { width: 480, height: 270 } , acodec: "MP3" , vcodec: "SVQ" },13: { fmt: 13, quality: { level: 1, recdl: false, description: "Low Quality H.263" }, mobile: true, format: "3GPP", mres: { width: 176, height: 144 }, wmres: { width: 176, height: 144 }, aformat: "8kHz, mono" , acodec: "SAMR" , vcodec: "H.263" },15: { fmt: 15, quality: { level: -1, recdl: true, description: "Original Upload Format" }, format: "(Unknown)" },17: { fmt: 17, quality: { level: 2, recdl: false, description: "Low Quality MPEG-4" }, mobile: true, format: "3GPP", mres: { width: 176, height: 144 }, wmres: { width: 176, height: 144 }, aformat: "44kHz, mono" , acodec: "AAC" , vcodec: "MPEG-4" },18: { fmt: 18, quality: { level: 5, recdl: true , description: "iPod Compatible, High Quality" }, format: "MP4" , mres: { width: 480, height: 360 }, wmres: { width: 480, height: 270 }, aformat: "44kHz, stereo", acodec: "AAC" , vcodec: "H.264" },22: { fmt: 22, quality: { level: 8, recdl: true , description: "High Definition, 720p" }, format: "MP4" , vres: 720 , aformat: "44kHz, stereo", acodec: "AAC" , vcodec: "H.264" },34: { fmt: 34, quality: { level: 4, recdl: false, description: "Low Definition, 360p" }, format: "FLV" , vres: 360 , aformat: "44kHz, stereo", acodec: "AAC" , vcodec: "H.264" },35: { fmt: 35, quality: { level: 6, recdl: true , description: "Standard Definition, 480p" }, format: "FLV" , vres: 480 , aformat: "44kHz, stereo", acodec: "AAC" , vcodec: "H.264" },36: { fmt: 36, quality: { level: 3, recdl: true , description: "High Quality MPEG-4" }, mobile: true, format: "3GPP", mres: { width: 320, height: 240 }, wmres: { width: 320, height: 240 }, aformat: "44kHz, mono" , acodec: "AAC" , vcodec: "MPEG-4" },37: { fmt: 37, quality: { level: 9, recdl: true , description: "Full High Definition, 1080p" }, format: "MP4" , vres: 1080 , aformat: "44kHz, stereo", acodec: "AAC" , vcodec: "H.264" },43: { fmt: 43, quality: { level: 3, recdl: true , description: "Low Definition, 360p" }, format: "WebM", vres: 360 , acodec: "Vorbis", vcodec: "VP8" },45: { fmt: 45, quality: { level: 7, recdl: true , description: "High Definition, 720p" }, format: "WebM", vres: 720 , acodec: "Vorbis", vcodec: "VP8" },},loadDownloadMenu: function() {var container = document.getElementById("watch-actions-area-container");if (container){var cClasses = container.className.split(" ");var collapsed = false;for (var i = 0; i highestQLevel){highestQLevel = ytd.formats[fmt].quality.level;recommended = ytd.formats[fmt];}formatList[formatList.length] = ytd.formats[fmt];}if (ytd.formats[fmt].guessed)ytd.watchedFmts.push(ytd.formats[fmt].fmt);}if (recommended)recommended.recommended = true;formatList.sort(function(a, b) {return b.quality.level - a.quality.level;});formatListMobile.sort(function(a, b) {return b.quality.level - a.quality.level;});dlButton.setAttribute("data-ytd-watched", ytd.watchedFmts.join(" "));var formatDiv = document.createElement("div");formatDiv.className = "yt-uix-button-menu-item";formatDiv.style.fontSize = "smaller";formatDiv.style.fontWeight = "bold";formatDiv.style.backgroundColor = "#EFEFEF";formatDiv.style.cursor = "default";var formatSpan = document.createElement("span");if (formatList.length)formatSpan.appendChild(document.createTextNode("Выберите формат для загрузки:"));elseformatSpan.appendChild(document.createTextNode("Ошибка: Нет форматов для загрузки."));formatDiv.appendChild(formatSpan);dlButtonMenu.appendChild(formatDiv);for (var fmt in formatList)dlButtonMenu.appendChild(createDLLink(formatList[fmt]));if (formatListMobile.length){var mFormatDiv = document.createElement("div");mFormatDiv.className = "yt-uix-button-menu-item";mFormatDiv.style.fontSize = "smaller";mFormatDiv.style.fontWeight = "bold";mFormatDiv.style.backgroundColor = "#EFEFEF";mFormatDiv.style.cursor = "default";var mFormatSpan = document.createElement("span");mFormatSpan.appendChild(document.createTextNode("Или выберите совместимый с мобильным телефоном формат 3GP:"));mFormatDiv.appendChild(mFormatSpan);dlButtonMenu.appendChild(mFormatDiv);for (var fmt in formatListMobile)dlButtonMenu.appendChild(createDLLink(formatListMobile[fmt]));}if (updateNeeded == true || checkUpdates == true){var updateDiv = document.createElement("div");updateDiv.className = "yt-uix-button-menu-item ytd-update-div";updateDiv.style.fontSize = "smaller";updateDiv.style.fontWeight = "bold";updateDiv.style.backgroundColor = "#EFEFEF";updateDiv.style.cursor = "default";if (checkUpdates == true)updateDiv.style.display = "none";var updateSpan = document.createElement("span");updateSpan.appendChild(document.createTextNode("Доступна новая версия YouTube Video Download"));updateDiv.appendChild(updateSpan);dlButtonMenu.appendChild(updateDiv);var linkA = document.createElement("a");linkA.className = "yt-uix-button-menu-item ytd-update-link";linkA.style.marginTop = "1px";linkA.style.marginBottom = "1px";if (checkUpdates == true)linkA.style.display = "none";linkA.setAttribute("href", "http://userscripts.org/scripts/source/62634.user.js");var linkSpan = document.createElement("span");linkSpan.appendChild(document.createTextNode("Нажмите здесь для обновления"));linkA.appendChild(linkSpan);dlButtonMenu.appendChild(linkA);}})((new Boolean(false)), (new Boolean(false)));
08.11.2011
Ответить
Татьяна
Бедненькие мы обжорки :)))
Я хоть крупная: рост 176, была 64кг, сейчас 81 , а Вы, наверное, маленькая и худенькая...
08.11.2011
Ответить
Ирина
Было +6, но за последние три дня наела еще 1кг)))))) Рот не закрывается прям, не пойму, что такое...
Растяжек нет и не будет))))))))))))) Я им не разрешаю появляться)))))))
07.11.2011
Ответить
Екатерина
Я тоже +16)))) Видимо это какая-то магическая цифра)) Мне тоже страшно, тк всегда была селедкой. А как с растяжками у вас?
07.11.2011
Ответить
Наталья мама Дарьи и Анастасии
Пока нет. В начале активно кожу увлажняла, сейчас забросила
07.11.2011
Ответить
Оставшиеся комментарии доступны после регистрации
Зарегистрируйтесь и получите полный доступ ко всем функциям сайта.