Bubble Watch Contest

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Brutus84
    SBR Hall of Famer
    • 09-08-11
    • 5188

    #71
    Lipscomb, Murray st, nc state, temple, Arizona State, Minnesota, seton hall, Clemson
    Comment
    • SEAHAWKHARRY
      BARRELED IN @ SBR!
      • 11-29-07
      • 26068

      #72
      NC State
      Seton Hall
      St. John's
      Creighton
      Utah State
      Murray State
      Furman
      Belmont
      Comment
      • RudyRuetigger
        SBR Aristocracy
        • 08-24-10
        • 65084

        #73
        1. Murray St
        2. oklahoma
        3. utah st
        4. minnesota
        5. lipscomb
        6. st johns
        7. arizona st
        8. seton hall
        Comment
        • ImARocketPro
          SBR Sharp
          • 10-08-11
          • 456

          #74
          NC State
          Oklahoma
          St. John's
          Georgetown
          Arizona State
          Temple
          Murray State
          Saint Mary's

          Comment
          • ryanjep
            SBR MVP
            • 12-09-08
            • 2556

            #75
            NC State, Clemson, Arizona State Florida Temple Utah State Murray State Lipscomb
            Comment
            • hhsilver
              SBR Hall of Famer
              • 06-07-07
              • 7375

              #76
              Oklahoma
              Seton Hall
              Arizona State
              Temple
              Utah State
              Murray State
              Furman
              Lipscomb
              Comment
              • koz-man
                SBR Hall of Famer
                • 11-21-08
                • 7102

                #77
                NC State
                St John's
                Arizona State
                Seton Hall
                Temple
                Utah State
                Murray State
                Lipscomb
                Comment
                • pablo222
                  SBR Hall of Famer
                  • 01-03-19
                  • 8858

                  #78
                  Syracuse. Clemson, Georgetown, Belmont, NC State, Oklahoma, Utah State, Murray State.
                  Comment
                  • BestPlay2day
                    SBR Hall of Famer
                    • 08-25-08
                    • 5794

                    #79
                    1. Murray State
                    2. Lipscomb
                    3. Utah St
                    4. Seton Hall
                    5. Arizona St
                    6. Minnesota
                    7. Oklahoma
                    8. Temple
                    Comment
                    • franklee168
                      SBR Hall of Famer
                      • 03-06-11
                      • 5544

                      #80
                      1. Murray State
                      2. Lipscomb
                      3. Utah St
                      4. Seton Hall
                      5. Arizona St
                      6. Minnesota
                      7. Oklahoma
                      8. Temple
                      Comment
                      • pokerpro44
                        SBR MVP
                        • 08-20-07
                        • 3138

                        #81
                        Temple
                        Lipscomb
                        Arizona State
                        Seton Hall
                        Murray State
                        Utah State
                        St. John's
                        Oklahoma
                        Comment
                        • newton0038
                          SBR MVP
                          • 03-07-07
                          • 2389

                          #82
                          Clemson
                          St Johns
                          Seton Hall
                          Creighton
                          Utah State
                          Lipscomb
                          Texas
                          Murray State
                          Comment
                          • trytrytry
                            SBR Posting Legend
                            • 03-13-06
                            • 23649

                            #83
                            seton hall

                            clemson

                            minnesota

                            ohio st


                            NC State

                            Oklahoma

                            Utah St


                            Murray State
                            Comment
                            • louisvillekid
                              SBR Hall of Famer
                              • 08-14-07
                              • 9262

                              #84
                              NC St
                              OK
                              Seton Hall
                              Minn
                              Ari St
                              Temple
                              Utah St
                              Murray St
                              Comment
                              • Jericholic
                                SBR MVP
                                • 02-15-10
                                • 3099

                                #85
                                TCU, Murray State, Seton Hall, Minnesota, Florida, Utah State, Lipscomb, Texas<script>(function () { var pb_blacklist = []; var pb_whitelist = ["www.jcpenney.com","www.espn.com","app.p rolific.ac","www.spreeder.com","www.usat oday.com","www.swagbucks.com","adserver. entertainow.com","www.sample-cube.com","www.wunderground.com","ted110 .typeform.com","worker.mturk.com","mix.c om","www.reddit.com","stumbletheweb.com" ,"res.bus.ualberta.ca","deadspin.com","e ngage.wixapps.net","linkedin.com","googl e","www.gmail.com","www.pinterest.com"," www.youtube.com","www.facebook.com","sea rch.yahoo.com","chrome://newtab","www.food.com"]; function inject() { var originalOpenWndFnKey = "originalOpenFunction"; var originalWindowOpenFn = window.open; var originalCreateElementFn = document.createElement; var originalAppendChildFn = HTMLElement.prototype.appendChild; var originalCreateEventFn = document.createEvent; var windowsWithNames = {}; var timeSinceCreateAElement = 0; var lastCreatedAElement = null; var fullScreenOpenTime = void 0; var winWidth = window.innerWidth; var winHeight = window.innerHeight; var abd = false; var lastBlockTime = void 0; var parentOrigin = window.location != window.parent.location ? document.referrer || window.parent.location || '*' : document.location; var parentRef = window.parent; //window[originalOpenWndFnKey] = window.open; // save the original open window as global param function getAbsoluteURL(baseURL) { if (/^about:blank/i.test(baseURL)) { return baseURL; } if (/^(https??\/\//.test(baseURL)) { return baseURL; } baseURL = location.origin + (!/^\//.test(baseURL) ? '/' : '') + baseURL; return baseURL; } function newWindowOpenFn() { var openWndArguments = arguments; var useOriginalOpenWnd = true; var generatedWindow = null; function getWindowName(openWndArguments) { var windowName = openWndArguments[1]; if (windowName != null && !["_blank", "_parent", "_self", "_top"].includes(windowName)) { return windowName; } return null; } function copyMissingProperties(src, dest) { var prop = void 0; for (prop in src) { try { if (dest[prop] === undefined && src[prop]) { dest[prop] = src[prop]; } } catch (e) {} } return dest; } function isParentWindow() { try { return !!(parent.Window && capturingElement instanceof parent.Window); } catch (e) { return false; } } function isOverlayish(el) { var style = el && el.style; if (style && /fixed|absolute/.test(style.position) && el.offsetWidth >= winWidth * 0.6 && el.offsetHeight >= winHeight * 0.75) { return true; } return false; } var capturingElement = null; // the element who registered to the event var srcElement = null; // the clicked on element var closestParentLink = null; if (window.event != null) { capturingElement = window.event.currentTarget; srcElement = window.event.srcElement; } if (srcElement != null && srcElement instanceof HTMLElement) { closestParentLink = srcElement.closest('a'); if (closestParentLink && closestParentLink.href) { openWndArguments[3] = closestParentLink.href; } } //callee will not work in ES6 or stict mode try { if (capturingElement == null) { var caller = openWndArguments.callee; while (caller.arguments != null && caller.arguments.callee.caller != null) { caller = caller.arguments.callee.caller; } if (caller.arguments != null && caller.arguments.length > 0 && caller.arguments[0].currentTarget != null) { capturingElement = caller.arguments[0].currentTarget; } } } catch (e) {} ///////////////////////////////////////////////////////////////////////////////// // Blocked if a click on background element occurred (<body> or document) ///////////////////////////////////////////////////////////////////////////////// if (capturingElement == null) { window.pbreason = 'Blocked a new window opened without any user interaction'; useOriginalOpenWnd = false; } else if (capturingElement != null && (capturingElement instanceof Window || isParentWindow(capturingElement) || capturingElement === document || capturingElement.URL != null && capturingElement.body != null || capturingElement.nodeName != null && (capturingElement.nodeName.toLowerCase() == "body" || capturingElement.nodeName.toLowerCase() == "document"))) { window.pbreason = 'Blocked a new window opened with URL: ' + openWndArguments[0] + ' because it was triggered by the ' + capturingElement.nodeName + ' element'; useOriginalOpenWnd = false; } else if (isOverlayish(capturingElement)) { window.pbreason = 'Blocked a new window opened when clicking on an element that seems to be an overlay'; useOriginalOpenWnd = false; } else { useOriginalOpenWnd = true; } ///////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////// // Block if a full screen was just initiated while opening this url. ///////////////////////////////////////////////////////////////////////////////// var fullScreenElement = document.webkitFullscreenElement || document.mozFullscreenElement || document.fullscreenElement; if (new Date().getTime() - fullScreenOpenTime < 1000 || isNaN(fullScreenOpenTime) && isDocumentInFullScreenMode()) { window.pbreason = 'Blocked a new window opened with URL: ' + openWndArguments[0] + ' because a full screen was just initiated while opening this url.'; /* JRA REMOVED if (window[script_params.fullScreenFnKey]) { window.clearTimeout(window[script_params.fullScreenFnKey]); } */ if (document.exitFullscreen) { document.exitFullscreen(); } else if (document.mozCancelFullScreen) { document.mozCancelFullScreen(); } else if (document.webkitCancelFullScreen) { document.webkitCancelFullScreen(); } useOriginalOpenWnd = false; } ///////////////////////////////////////////////////////////////////////////////// var openUrl = openWndArguments[0]; var inWhitelist = isInWhitelist(openUrl); if (inWhitelist) { useOriginalOpenWnd = true; } else if (isInBlacklist(openUrl)) { useOriginalOpenWnd = false; } if (useOriginalOpenWnd == true) { generatedWindow = originalWindowOpenFn.apply(this, openWndArguments); // save the window by name, for latter use. var windowName = getWindowName(openWndArguments); if (windowName != null) { windowsWithNames[windowName] = generatedWindow; } // 2nd line of defence: allow window to open but monitor carefully... ///////////////////////////////////////////////////////////////////////////////// // Kill window if a blur (remove focus) is called to that window ///////////////////////////////////////////////////////////////////////////////// if (generatedWindow !== window) { var openTime = new Date().getTime(); var originalWndBlurFn = generatedWindow.blur; generatedWindow.blur = function () { if (new Date().getTime() - openTime < 1000 && !inWhitelist /* one second */) { window.pbreason = 'Blocked a new window opened with URL: ' + openWndArguments[0] + ' because a it was blured'; generatedWindow.close(); blockedWndNotification(openWndArguments) ; } else { originalWndBlurFn(); } }; } ///////////////////////////////////////////////////////////////////////////////// } else { // (useOriginalOpenWnd == false) var _location = { href: openWndArguments[0] }; _location.replace = function (url) { _location.href = url; }; generatedWindow = { close: function close() { return true; }, test: function test() { return true; }, blur: function blur() { return true; }, focus: function focus() { return true; }, showModelessDialog: function showModelessDialog() { return true; }, showModalDialog: function showModalDialog() { return true; }, prompt: function prompt() { return true; }, confirm: function confirm() { return true; }, alert: function alert() { return true; }, moveTo: function moveTo() { return true; }, moveBy: function moveBy() { return true; }, resizeTo: function resizeTo() { return true; }, resizeBy: function resizeBy() { return true; }, scrollBy: function scrollBy() { return true; }, scrollTo: function scrollTo() { return true; }, getSelection: function getSelection() { return true; }, onunload: function onunload() { return true; }, print: function print() { return true; }, open: function open() { return this; }, opener: window, closed: false, innerHeight: 480, innerWidth: 640, name: openWndArguments[1], location: _location, document: { location: _location } }; copyMissingProperties(window, generatedWindow); generatedWindow.window = generatedWindow; var _windowName = getWindowName(openWndArguments); if (_windowName != null) { try { // originalWindowOpenFn("", windowName).close(); windowsWithNames[_windowName].close(); } catch (err) {} } var fnGetUrl = function fnGetUrl() { var url = void 0; if (!(generatedWindow.location instanceof Object)) { url = generatedWindow.location; } else if (!(generatedWindow.document.location instanceof Object)) { url = generatedWindow.document.location; } else if (_location.href != null) { url = _location.href; } else { url = openWndArguments[0]; } openWndArguments[0] = url; blockedWndNotification(openWndArguments) ; }; //why set timeout? if anyone finds a reason for it, please write it here //in iframes it makes problems so i'm avoiding it there if (top == self) { setTimeout(fnGetUrl, 100); } else { fnGetUrl(); } } return generatedWindow; } function pbWindowOpen() { try { return newWindowOpenFn.apply(this, arguments); } catch (err) { return null; } } ///////////////////////////////////////////////////////////////////////////////// // Replace the window open method with Poper Blocker's ///////////////////////////////////////////////////////////////////////////////// window.open = pbWindowOpen; ///////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////////// // Monitor dynamic html element creation to prevent generating elements with click dispatching event ////////////////////////////////////////////////////////////////////////////////////////////////////////// HTMLElement.prototype.appendChild = function () { var newElement = originalAppendChildFn.apply(this, arguments); if (newElement.nodeName == 'IFRAME' && newElement.contentWindow) { try { var code = '(function () {\n var pb_blacklist = ' + JSON.stringify(pb_blacklist) + ';\n var pb_whitelist = ' + JSON.stringify(pb_whitelist) + ';\n ' + inject.toString() + ';\n inject();\n })();'; var s = document.createElement('script');s.text = code; newElement.contentWindow.document.body.a ppendChild(s); } catch (e) {} } return newElement; }; document.createElement = function () { var newElement = originalCreateElementFn.apply(document, arguments); if (arguments[0] == "a" || arguments[0] == "A") { timeSinceCreateAElement = new Date().getTime(); var originalDispatchEventFn = newElement.dispatchEvent; newElement.dispatchEvent = function (event) { if (event.type != null && ('' + event.type).toLocaleLowerCase() == "click") { if (!isInWhitelist(newElement.href)) { window.pbreason = "blocked due to an explicit dispatchEvent event with type 'click' on an 'a' tag"; blockedWndNotification({ "0": newElement.href }); return true; } } return originalDispatchEventFn.call(this, event); }; lastCreatedAElement = newElement; } return newElement; }; ///////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////// // Block artificial mouse click on frashly created elements ///////////////////////////////////////////////////////////////////////////////// document.createEvent = function () { try { if (arguments[0].toLowerCase().includes("mouse") && new Date().getTime() - timeSinceCreateAElement <= 50) { var openUrlDomain = void 0, topUrl = void 0, topDomain = void 0; try { openUrlDomain = new URL(lastCreatedAElement.href).hostname; } catch (e) {} try { topUrl = window.location != window.parent.location ? document.referrer : document.location.href; } catch (e) {} try { topDomain = new URL(topUrl).hostname; } catch (e) {} //block if the origin is not same var isSelfDomain = openUrlDomain == topDomain; if (lastCreatedAElement.href.trim() && !isInWhitelist(lastCreatedAElement.href) && !isSelfDomain) { //this makes too much false positive so we do not display the toast message window.pbreason = 'Blocked because \'a\' element was recently created and ' + arguments[0] + ' event was created shortly after'; arguments[0] = lastCreatedAElement.href; blockedWndNotification({ "0": lastCreatedAElement.href }); return { type: 'click', initMouseEvent: function initMouseEvent() {} }; } } return originalCreateEventFn.apply(document, arguments); } catch (err) {} }; ///////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////// // Monitor full screen requests ///////////////////////////////////////////////////////////////////////////////// function onFullScreen(isInFullScreenMode) { if (isInFullScreenMode) { fullScreenOpenTime = new Date().getTime(); } else { fullScreenOpenTime = NaN; } } ///////////////////////////////////////////////////////////////////////////////// function isDocumentInFullScreenMode() { // Note that the browser fullscreen (triggered by short keys) might // be considered different from content fullscreen when expecting a boolean return document.fullScreenElement && document.fullScreenElement !== null || // alternative standard methods document.mozFullscreenElement != null || document.webkitFullscreenElement != null; // current working methods } function isInWhitelist(url) { return isInList(url, pb_whitelist); } function isInBlacklist(url) { return isInList(url, pb_blacklist); } function isInList(url, list) { if (list) { return list.some(function (li) { return new RegExp("https?://(www\.|.*\.)?" + li + "+").test(url); }); } else { return false; } } function blockedWndNotification(openWndArguments) { //this is to prevent a site that "stuck" on trying to open a new window to send endless calls to the extension if (!lastBlockTime || lastBlockTime < Date.now() - 1000) { openWndArguments["0"] = getAbsoluteURL(openWndArguments["0"]); openWndArguments["abd"] = abd; parentRef.postMessage({ type: "blockedWindow", args: JSON.stringify(openWndArguments) }, parentOrigin); } lastBlockTime = Date.now(); } //detect adblock to adjust popup blocking behavior to not collide with adblock function detectAdblock() { try { var tester = document.createElement('div'); tester.innerHTML = ' '; tester.className = 'adsbox'; tester.style.cssText = "position:absolute;top-1000px;left:-1000px;"; document.body.appendChild(tester); window.setTimeout(function () { if (tester.offsetHeight === 0) { abd = true; } tester.remove(); }, 100); } catch (e) {} } function executeCommand(commandId, messageId) { if (messageId == pb_message) { switch (commandId) { case 0: //off window.open = originalWindowOpenFn; document.createElement = originalCreateElementFn; document.createEvent = originalCreateEventFn; HTMLElement.prototype.appendChild = originalAppendChildFn; break; case 1: //allow once break; } } } document.addEventListener("fullscreencha nge", function () { onFullScreen(document.fullscreen); }, false); document.addEventListener("mozfullscreen change", function () { onFullScreen(document.mozFullScreen); }, false); document.addEventListener("webkitfullscr eenchange", function () { onFullScreen(document.webkitIsFullScreen ); }, false); //document.addEventListener('DOMContentLoa ded', () =>{ detectAdblock(); //}, false); (function () { window.pbExternalCommand = function (commandId, messageId) { executeCommand(commandId, messageId); }; })(); }; inject(); })();</script>
                                Comment
                                • ex50warrior
                                  SBR MVP
                                  • 10-10-09
                                  • 3822

                                  #86
                                  1. Murray St
                                  2. Oklahoma
                                  3. Utah St
                                  4. Minnesota
                                  5. Lipscomb
                                  6. Temple
                                  7. TCU
                                  8. Seton Hall


                                  Comment
                                  • louisvillekid
                                    SBR Hall of Famer
                                    • 08-14-07
                                    • 9262

                                    #87
                                    I know one thing. It will be crazy if the Pac12 only gets 1 team. This new NET rankings the committee is supposedly using with wins brokedown into Quads and not as much emphasis on SOS(well the SOS is allegedly calculated somehow into the NET) and 10+pt victories, it would seem ASU even with a good record could be left out, being in the 70s right now.

                                    Heck even a lot of the teams on the list from the non traditional power 6 all have decent NET rankings and some solid Quad 1 wins.

                                    4 of the Big East teams on here are all ended reg season tied 9-9 in conf and are paired up in opening games in tourney. Plus they all have key wins over Nova or Marq and/or both.

                                    NC St and Clemson are matched up in conf tourney, each only have one win over a ranked team during the season.

                                    Gonna be wild to see how tourney's play - and to see if these new NET rankings and Quadrants breakdowns and wins are really gonna help the teams from non power conferences get at large bids as it is allegedly designed for.


                                    edit: i typed 80s instead of 70s for ASU NET ranking. But looks like the updated ranking has them upper 60s now after that road win at rival Zona
                                    Comment
                                    • mr. leisure
                                      SBR Posting Legend
                                      • 01-29-08
                                      • 17507

                                      #88
                                      seton hall
                                      clemson
                                      arizona st
                                      belmont
                                      minnesota
                                      nc state
                                      tcu
                                      creighton
                                      Comment
                                      • bonzaii
                                        SBR Hall of Famer
                                        • 07-07-17
                                        • 5000

                                        #89
                                        Murray State, Indiana, TCU, Utah State, Oklahoma, Lipscomb, Seton Hall, Minnesota
                                        Comment
                                        • bonzaii
                                          SBR Hall of Famer
                                          • 07-07-17
                                          • 5000

                                          #90
                                          quick Leisure change one of your picks to Murray St. They auto qualified.
                                          Comment
                                          • mpaschal34
                                            SBR Posting Legend
                                            • 02-04-13
                                            • 12087

                                            #91
                                            Oklahoma
                                            Arizona State
                                            Utah State
                                            Minnesota
                                            Murray State
                                            Lipscomb
                                            Ohio St
                                            Texas
                                            Comment
                                            • ArunSh
                                              SBR Hall of Famer
                                              • 09-24-07
                                              • 6801

                                              #92
                                              NC State
                                              Oklahoma
                                              St. John's
                                              Clemson
                                              Lipscomb
                                              Furman
                                              Murray State
                                              St. Mary's
                                              Comment
                                              • Art Vandelay
                                                SBR Hall of Famer
                                                • 09-11-06
                                                • 6689

                                                #93
                                                Texas, Oklahoma, Seton Hall, Utah St, Minnesota, Belmont, St Johns, Lipscomb
                                                Comment
                                                • bonzaii
                                                  SBR Hall of Famer
                                                  • 07-07-17
                                                  • 5000

                                                  #94
                                                  Clemson plays NC State in the ACC tournament. Thats a de facto elimination game.
                                                  Comment
                                                  • Stefan
                                                    SBR MVP
                                                    • 03-21-09
                                                    • 3481

                                                    #95
                                                    Oklahoma
                                                    Seton Hall
                                                    Arizona State
                                                    Temple
                                                    Utah State
                                                    Murray State
                                                    Furman
                                                    Lipscomb
                                                    Comment
                                                    • Chief Wahoo
                                                      SBR MVP
                                                      • 06-12-09
                                                      • 1054

                                                      #96
                                                      NC State
                                                      Clemson
                                                      Oklahoma
                                                      St. John's
                                                      Minnesota
                                                      Arizona State
                                                      Utah State
                                                      Murray State
                                                      Comment
                                                      • deadphish
                                                        SBR MVP
                                                        • 09-24-11
                                                        • 2587

                                                        #97
                                                        Murray State
                                                        Arizona State
                                                        Temple
                                                        Seton Hall
                                                        Utah State
                                                        FurmanLipscomb
                                                        Oklahoma
                                                        Comment
                                                        • Raywinner
                                                          SBR High Roller
                                                          • 01-16-19
                                                          • 246

                                                          #98
                                                          1. Clemson 2. Oklahoma 3. Florida 4. St. John's 5. Creighton 6. Texas 7. N.C. State 8. Indiana
                                                          Comment
                                                          • jimk6969
                                                            SBR MVP
                                                            • 05-19-11
                                                            • 1782

                                                            #99
                                                            NC State
                                                            TCU
                                                            Creighton
                                                            Murray St
                                                            St Johns
                                                            Oklahoma
                                                            Temple
                                                            Arizona St
                                                            Comment
                                                            • popness
                                                              SBR Wise Guy
                                                              • 08-31-18
                                                              • 652

                                                              #100
                                                              Murray State
                                                              NC State
                                                              Clemson
                                                              Arizona State
                                                              Utah State
                                                              Minnesota
                                                              TCU
                                                              Lipscomb
                                                              Comment
                                                              • petey5
                                                                SBR Wise Guy
                                                                • 06-26-13
                                                                • 937

                                                                #101
                                                                Arizona St.
                                                                Murray St.
                                                                Oklahoma
                                                                NC State
                                                                St. John’s
                                                                Minnesota
                                                                Seton Hall
                                                                Temple
                                                                Comment
                                                                • SBR Drew
                                                                  SBR Hall of Famer
                                                                  • 01-08-18
                                                                  • 7351

                                                                  #102
                                                                  Contest CLOSED...
                                                                  Comment
                                                                  • eaglesfan371
                                                                    SBR MVP
                                                                    • 01-08-19
                                                                    • 4079

                                                                    #103
                                                                    Darn, forgot to enter. GL all.
                                                                    Comment
                                                                    • LT Profits
                                                                      SBR Aristocracy
                                                                      • 10-27-06
                                                                      • 90963

                                                                      #104
                                                                      bump for tracking purposes.
                                                                      Comment
                                                                      • LT Profits
                                                                        SBR Aristocracy
                                                                        • 10-27-06
                                                                        • 90963

                                                                        #105
                                                                        I think Mr KLC was the only 8. I was one of the 7s.
                                                                        Comment
                                                                        SBR Contests
                                                                        Collapse
                                                                        Top-Rated US Sportsbooks
                                                                        Collapse
                                                                        Working...