Skip to content

Instantly share code, notes, and snippets.

@ozknozsrt
Forked from riza/ys.js
Created September 12, 2018 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ozknozsrt/b1a78d3f864ed7c457be1742fd0090c8 to your computer and use it in GitHub Desktop.
Save ozknozsrt/b1a78d3f864ed7c457be1742fd0090c8 to your computer and use it in GitHub Desktop.
yemeksepeti random yemek seçici
/* Chrome eklentisi de şurada : https://github.com/riza/yemeksepeti-randomer */
var items = []; $('.ys-item').find('.head').find('.restaurantName').each(function(i,v) { items.push($(this).html()); });console.log(items[Math.floor(Math.random()*items.length)]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment