I'm making this now as I was looking for that list ranking app that mjf made and can't find the fecking thing, so please post it again mjf

Oh my god! That thing is a marvel!mightysparks on Aug 8 2013, 01:50:50 PM wrote:http://www.icmforum.comsingle/?p=8243412&t=7026398
How exactly do the regexps work on this? Can I make it so it skips non-imdb links?mightysparks on Aug 8 2013, 01:50:50 PM wrote:http://www.icmforum.comsingle/?p=8243412&t=7026398
No but I could (should) make that change, that if the regex doesn't find a match it skips the entry. I'll probably make that change in a bit.funkybusiness on Aug 8 2013, 05:35:46 PM wrote:How exactly do the regexps work on this? Can I make it so it skips non-imdb links?mightysparks on Aug 8 2013, 01:50:50 PM wrote:http://www.icmforum.comsingle/?p=8243412&t=7026398
Sure. First I'd recommend updating the script (remove old, install the new one, attached).mightysparks on Aug 13 2013, 04:38:40 PM wrote:Yo, magician. I've been using your handy little shortcut links thingy - the one you mentioned to me when I wanted to get screenshots for the highest voted lists - and was wondering if it was easy to edit to add extra linky things to (I want one for Pirateshore or some PirateBay proxy)?
Code: Select all
man.add("Link name here", "URL here");
Code: Select all
http://thepiratebay.sx/search/foobar/0/99/0
Code: Select all
man.add("The Pirate Bay", "http://thepiratebay.sx/search/{title} {year}/0/99/0");
Code: Select all
http://thepiratebay.sx/search/The%20Matrix%201999/0/99/0
What I tried to say is it finds all IMDb links to the movies left on the list after all filtering and puts them in an import-ready list of links in the bottom of the page (with all that © and ™ baloney). You can achieve the same with abandoned Multi Links addon for Firefox or its successor Snap Links Plus, but they are bound to catch some junk in between (esp. if you use "load next page" method).bal3x on Aug 26 2013, 01:14:48 PM wrote:Good work, bobby!
Q: Dump all visible IMDd links in the page footer - what does this actually do??
OK, thanks!bobbybrown on Aug 26 2013, 01:46:36 PM wrote:What I tried to say is it finds all IMDb links to the movies left on the list after all filtering and puts them in an import-ready list of links in the bottom of the page (with all that © and ™ baloney). You can achieve the same with abandoned Multi Links addon for Firefox or its successor Snap Links Plus, but they are bound to catch some junk in between (esp. if you use "load next page" method).bal3x on Aug 26 2013, 01:14:48 PM wrote:Good work, bobby!
Q: Dump all visible IMDd links in the page footer - what does this actually do??
Picture!
![]()
Some men you just can't reach
All those scripts only use the data available directly on page, and since the only page with displayed checks is /movies/checked, "Filter by checks" works only there.bal3x on Sep 3 2013, 05:22:59 AM wrote:bobby, is it possible to get the "Filter by checks" one working on unchecked movies??
Great, many thanks!bobbybrown on Sep 4 2013, 08:48:21 AM wrote:All those scripts only use the data available directly on page, and since the only page with displayed checks is /movies/checked, "Filter by checks" works only there.bal3x on Sep 3 2013, 05:22:59 AM wrote:bobby, is it possible to get the "Filter by checks" one working on unchecked movies??
But there's nothing a monkey armed with a wrench and SODD (stackoverflow driven development) can't do! Try this one:
Filter by checks (universal): works everywhere, but parses ICM JSONs on the fly (that is, pages like /movies/<title>/dialog/) and can take some time on large lists. Since it's basically a resource hogging clone of ICM's "sort by checks" feature, the only use case I can think of is filtering /movies/unchecked/ together with an "append next page" extension/script.
Example: picture. Now I know that among my first 250 movies from the unchecked movies page only six are eligible for the <400 list.
[font=Lucida Console]javascript:(function(){function%20getChecks(url){var%20n;$.ajax({type:'GET',url:url+"dialog/",dataType:'json',success:function(json){var%20s=json.html.match(/movieChecks\x22>[\d,]+</g)[0].replace(/\D/g,'');n=parseInt(s);},async:false});return%20n;};var%20a=prompt("At%20least%20checks:","0");var%20b=prompt("Less%20than%20#%20checks:","400");$('li.listItem>h2>a').filter(function(index){var%20url="http://www.icheckmovies.com"+$(this).attr("href");var%20x=getChecks(url);return%20x<a||x>=b}).parents('li.listItem').hide()})();[/font]
make a formula in excel, fill down, copy, paste. I assume, I haven't used his program.mightysparks on Sep 22 2013, 11:31:23 AM wrote:mjf, how do you put the half-life scoring system into the scoring.txt?
mightysparks on Sep 22 2013, 11:31:23 AM wrote:mjf, how do you put the half-life scoring system into the scoring.txt?
For example, for the <400 poll (which had a half-life of 50), the file looked like this:filmcounter5: Same as filmcounter4 but uses an exponential decay point system. The first line is the half-life of the point value, and the second line is the point value of a #1 vote.
https://userscripts.org/scripts/show/114002allisoncm on Sep 23 2013, 08:56:34 AM wrote:There used to be a script for YouTube that would disallow automatic play. Is there something like that still available?