Skip to content

Instantly share code, notes, and snippets.

@yaph
Created March 13, 2013 21:28
Show Gist options
  • Save yaph/5156469 to your computer and use it in GitHub Desktop.
Save yaph/5156469 to your computer and use it in GitHub Desktop.
Get a list of names of the worlds most powerful people according to Forbes Magazine http://www.forbes.com/powerful-people/list/
var names = [];
$('.company h3').each(function(idx, item){names.push(item.innerHTML.replace(' & family', ''))});
["Barack Obama", "Angela Merkel", "Vladimir Putin", "Bill Gates", "Pope Benedict XVI", "Ben Bernanke", "Abdullah bin Abdul Aziz al Saud", "Mario Draghi", "Xi Jinping", "David Cameron", "Carlos Slim Helu & family", "Sonia Gandhi", "Li Keqiang", "Francois Hollande", "Warren Buffett", "Michael Bloomberg", "Michael Duke", "Dilma Rousseff", "Manmohan Singh", "Sergey Brin", "Larry Page", "Ali Hoseini-Khamenei", "Rex Tillerson", "Benjamin Netanyahu", "Jeffrey Immelt", "Mark Zuckerberg", "Rupert Murdoch", "Jeff Bezos", "Ashfaq Parvez Kayani", "Mario Monti", "Ban Ki-moon", "Li Ka-shing", "Ali Al-Naimi", "Khalifa bin Zayed Al-Nahyan", "Jamie Dimon", "Timothy Cook", "Lloyd Blankfein", "Mukesh Ambani", "Christine Lagarde", "Lou Jiwei", "Masaaki Shirakawa", "Charles Koch", "David Koch", "Larry Fink", "Akio Toyoda", "Kim Jong-un", "Jim Yong Kim", "Steve Ballmer", "Lakshmi Mittal", "Hugo Chavez", "Sebastian Pinera", "Bill Clinton", "Bill Gross", "Zaheer ul-Islam", "Masayoshi Son", "Enrique Pena Nieto", "Terry Gou", "Bernard Arnault", "Rostam Ghasemi", "Margaret Chan", "John Roberts", "Yoshihiko Noda", "Dmitry Medvedev", "Jiang Zemin", "Joaquin Guzman Loera", "Robin Li", "John Boehner", "Elon Musk", "Alisher Usmanov", "Kathleen Sebelius", "Joseph Blatter", "Alexey Miller", "Reid Hoffman"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment