Skip to content

Instantly share code, notes, and snippets.

@intel352
Created May 22, 2017 19:30
Show Gist options
  • Save intel352/580d3f1acc8189eb92c0ab5dcb1a5ac9 to your computer and use it in GitHub Desktop.
Save intel352/580d3f1acc8189eb92c0ab5dcb1a5ac9 to your computer and use it in GitHub Desktop.
Filter wizardofodds online casino list by 5-star, wizard seal, US friendly.
// For use on https://wizardofodds.com/online-gambling/all-casinos/
$('div#all_casinos_area table.data td').filter(
function(index){
if ( (index%5) === 1) {
var el = $(this).find('span.filled-stars');
var width = el.width();
var parentWidth = el.offsetParent().width();
var percentWidth = 100*width/parentWidth;
if (percentWidth <= 90) {
// remove low ranked
//console.log(percentWidth);
return true;
}
}
if ( (index%5) === 2) {
var el = $(this);
if (el.text() === 'NO') {
// remove non-wizard-seal
return true;
}
}
if ( (index%5) === 3) {
var el = $(this);
if (el.text() === 'NO') {
// remove non-US
return true;
}
}
return false;
}
).parent().remove();
@Frantbee
Copy link

i like it

@monkawww1
Copy link

Greetings! I would like to tell you that I have found a cool and very high quality site for playing slot machines online in Austria - https://ecasinos.at/casino-boni/bonus-ohne-einzahlung/ . This site is really convenient and easy to play slots online and that's the reason why I like this site so much!

@Nilouae
Copy link

Nilouae commented Jan 6, 2025

baumbet este una dintre cele mai importante case de pariuri din România, oferind o aplicație mobilă convenabilă pentru utilizatorii săi. Pe site veți găsi o prezentare completă a aplicației, inclusiv funcționalitatea, designul și bonusurile disponibile. Această aplicație vă permite să plasați rapid și ușor pariuri, să vedeți cote și să participați la promoții. O alegere ideală pentru cei care preferă confortul și viteza pariurilor pe mobil.

@jimcollinz392
Copy link

Casino Glory is where classic casino charm meets modern innovation. The platform offers an impressive selection of slots, table games, and live dealer options that keep players coming back. With user-friendly design, secure transactions, and fast withdrawals, Glory Casino stands out as a reliable and fun gaming destination. Bonuses and seasonal promotions add extra value, making your gameplay even more exciting. If you're looking for a vibrant and trustworthy online casino experience, Casino Glory is the place to be.

@Maorol1
Copy link

Maorol1 commented Apr 11, 2025

Sometimes it's interesting to check out lesser-known ones too. I came across OnlyWin Casino by chance — didn’t see it on the main list, but the site itself looks neat, with a nice design and overall a good first impression. Curious to see how it evolves in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment