Skip to content

Instantly share code, notes, and snippets.

@g8d3
Last active December 30, 2015 06:52
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 g8d3/92815d7d1534b536c717 to your computer and use it in GitHub Desktop.
Save g8d3/92815d7d1534b536c717 to your computer and use it in GitHub Desktop.
some scripts for facebook auto poster from code canyon
$(':checkbox').map(function(i,e){if($(e).parent().text().match(/money|internet|opportu|marketing/i)) $(e).attr('checked', true);})
x=["374073822715770", "153679244813640", "790874124295577", "101907813309686", "778428312272760", "161901487320395", "423118287851149", "1490905607853591", "599443926777281", "229315873793385", "1001598699884329", "189752361165525", "174235925960668", "264047060273730", "144244692426262", "427264380721040", "175886265795719", "275809089255", "155739221164104", "254152518043529", "359406934210229", "462188217216498", "299968253543256", "10653996282", "187308621343323", "556257781141228", "318022671627046", "32355479444", "507322419314437", "350880738366658", "124223077627289", "17713574061", "344088072348002", "353492088031836", "234254976609545", "170739819625221", "468230243195271", "190489044452567", "322624694511457", "826554630708412", "566092616799982", "191159054423365", "878256778862681", "1623373821242160", "100605236678116", "565772626777116", "378662832253839", "166426893416087", "888834707830566", "163901963701922", "959993877364108", "162526837097093", "165284673488744", "227319324085612"]
$(x).each(function(id,i){$(':checkbox[value='+ i +']').prop('checked', true) })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment