Skip to content

Instantly share code, notes, and snippets.

@dwc
dwc / test.js
Last active August 26, 2019 00:38
Test
alert("version 3");
Uncaught SecurityError: Failed to read the 'contentDocument' property from 'HTMLIFrameElement': Blocked a frame with origin "https://sell.stubhub.com" from accessing a frame with origin "https://sell.stubhub.com". The frame requesting access set "document.domain" to "sell.stubhub.com", but the frame being accessed did not. Both must set "document.domain" to the same value to allow access.

Keybase proof

I hereby claim:

  • I am dwc on github.
  • I am dwc (https://keybase.io/dwc) on keybase.
  • I have a public key whose fingerprint is 04B2 D74D 76A7 FBA0 F19E 7252 DF63 CE30 700C FCCE

To claim this, I am signing this object:

$(document).ready(function() {
window.setTimeout(function() {
var bubble = new google.bookmarkbubble.Bubble();
var parameter = 'bmb';
bubble.hasHashParameter = function() {
return localStorage.getItem(parameter) == 1;
};
bubble.setHashParameter = function() {
#!/bin/sh
DENY_FILE=/etc/apache2/comment_spammers.include
THRESHOLD=10
DB_NAME="podbop_blog"
COMMAND="SELECT comment_ip FROM mt_comment WHERE comment_junk_score < 0 GROUP BY comment_ip HAVING COUNT(*) >= $THRESHOLD ORDER BY COUNT(*) DESC"
SPAM_IPS=$(su -l postgres -c "psql -t -d '$DB_NAME' -c '$COMMAND'" 2> /dev/null)
echo "# $(date)" >> "$DENY_FILE"
for ip in $SPAM_IPS; do
#!/bin/sh
IPTABLES=/sbin/iptables
THRESHOLD=10
DB_NAME="podbop_blog"
COMMAND="SELECT comment_ip FROM mt_comment WHERE comment_junk_score < 0 GROUP BY comment_ip HAVING COUNT(*) >= $THRESHOLD ORDER BY COUNT(*) DESC"
SPAM_IPS=$(su -l postgres -c "psql -t -d '$DB_NAME' -c '$COMMAND'" 2> /dev/null)
TARGET="LTREJECT"
FILE="/tmp/$(basename $0)-$$"
.no-js.ie6 #top,
.no-js.ie7 #top,
.no-js.ie8 #top,
.no-js.ie6 ul.children,
.no-js.ie7 ul.children,
.no-js.ie8 ul.children,
.no-js.ie6 .content-column,
.no-js.ie7 .content-column,
.no-js.ie8 .content-column {
display: none;
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff2089700 (LWP 8934)]
0x00007ffff5d2942d in length (this=0x714e98, e=0x883db8, cacheTag=<value optimized out>) at /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.5/include/g++-v4/bits/char_traits.h:263
263 { return __builtin_strlen(__s); }
(gdb) bt
#0 0x00007ffff5d2942d in length (this=0x714e98, e=0x883db8, cacheTag=<value optimized out>) at /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.5/include/g++-v4/bits/char_traits.h:263
#1 assign (this=0x714e98, e=0x883db8, cacheTag=<value optimized out>) at /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.h:975
#2 operator= (this=0x714e98, e=0x883db8, cacheTag=<value optimized out>) at /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.h:519
#3 xmltooling::CurlURLInputStream::CurlURLInputStream (this=0x714e98, e=0x883db8, cacheTag=<value optimized out>) at util/CurlURLInputStream.cpp:218
#4 0x00007ffff5ca6c79 in xmltooling::URLInputSource::makeStream (t
2011-07-27 09:59:53 INFO Shibboleth.SessionCache [63]: new session created: ID (_xxx) IdP (https://login.ufl.edu/idp/shibboleth) Protocol(urn:oasis:names:tc:SAML:2.0:protocol) Address (10.3.9.69)
2011-07-27 10:00:21 INFO Shibboleth.SessionCache [59]: new session created: ID (_yyy) IdP (https://login.ufl.edu/idp/shibboleth) Protocol(urn:oasis:names:tc:SAML:2.0:protocol) Address (10.3.9.69)
2011-07-27 10:00:23 INFO Shibboleth.SessionCache [59]: removed session (_yyy)
2011-07-27 10:00:23 INFO Shibboleth.SessionCache [65]: removed session (_yyy)
*** glibc detected *** /usr/sbin/shibd: free(): invalid next size (fast): 0x00007fffd8000bd0 ***
======= Backtrace: =========
/lib64/libc.so.6(+0x6f2ce)[0x7ffff6c192ce]
/lib64/libc.so.6(cfree+0x6c)[0x7ffff6c1dc48]
/usr/lib64/libxerces-c-3.1.so(_ZN11xercesc_3_19XMLString7releaseEPPcPNS_13MemoryManagerE+0x10)[0x7ffff7589a18]
/usr/lib64/libshibsp.so.5(_Z11deserializePN11xercesc_3_110DOMElementEb+0x18c)[0x7ffff7b1d931]
/usr/lib64/libshibsp.so.5(_Z11deserializePN11xercesc_3_110DOMElementEb+0x44f)[0x7ffff7b1dbf4]
/usr/lib64/libshibsp.so.5(_ZN6shibsprsERSiRNS_3DDFE+0x90)[0x7ffff7b1dd30]
/usr/lib64/libshibsp.so.5(_ZN6shibsp12ServerThread3jobEv+0x40b)[0x7ffff7b210bf]
/usr/lib64/libshibsp.so.5(_ZN6shibsp12ServerThread3runEv+0x187)[0x7ffff7b21ad5]