Showing posts with label Facebook. Show all posts
Showing posts with label Facebook. Show all posts

Sep 13, 2021

Control Facebook Video Playing Speed

Today learned a simple way to increase the speed of playing Facebook video. And the steps below is the same for Firefox or Chrome or Edge browsers.


Steps:

  1. Open the console [press ctrl-shitft-i and then click Console tab]
    • Or you can press ctr-shift-j to open the console tab directly
  2. Paste the following at the prompt:
    • document.getElementsByTagName("video")[0].playbackRate = 1.25

Instead of 1.25, you can put like 1.5 (for 50% speed increase) or 2 (for 100% speed increase)

console

Links:

  • https://pletaura.com/how-to-speed-up-facebook-videos/

Jun 1, 2012

Something Went Wrong in Facebook

Sorry, something went wrong
Something is really wrong here, as well as the NASDAQ:FB: Drop all the way from USD 45 (18/5/12) till USD29.60 (31/5/12).

May 21, 2011

Google Vs Facebook

We all know that Facebook is hot now. But how much more does it better than Google?

We can "google" the answer for this, using Google Trends. As always, a picture worth thousand of words.

google 
1.00


facebook 
2.25

  
Google Vs. Facebook

Apr 11, 2011

Open Computing Project

Under an initiative dubbed the Open Compute Project, Facebook released designs for the technology powering its new data center in Prineville, Ore., which Facebook says is 38 percent more efficient and 24 percent cheaper to run thanks to its custom engineering.

Aug 24, 2009

Facebook CSRF Attack

This attack has caused personal information leakage. The detail of the attack can be found from:
Here's the anatomy of the attack.