Skip to content

Instantly share code, notes, and snippets.

View cihadturhan's full-sized avatar
🐇
Ready!

Cihad Turhan cihadturhan

🐇
Ready!
View GitHub Profile
@cihadturhan
cihadturhan / fb-suggest-remove
Last active August 29, 2015 14:10
FB remove any suggestion
setInterval(function(){
var el = document.querySelectorAll('.ego_x.uiCloseButton.uiCloseButtonSmall')[0];
var evObj = document.createEvent('Events');
evObj.initEvent('click', true, false);
el.dispatchEvent(evObj);
}, 1000)
@cihadturhan
cihadturhan / insntantio
Created September 15, 2014 21:15
instant.io response message
{
"uploaded": 0,
"downloaded": 0,
"info_hash": "Êx²fòºp3ýÊ[\u0002\tçݏ!@‚G",
"peer_id": "-WW0001-4868ba6ac90a",
"offers": [
{
"offer": {
"sdp": "v=0\r\no=- 8228222394477178068 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE audio data\r\na=msid-semantic: WMS\r\nm=audio 49191 RTP/SAVPF 111 103 104 0 8 106 105 13 126\r\nc=IN IP4 95.5.83.3\r\na=rtcp:49191 IN IP4 95.5.83.3\r\na=candidate:2101488001 1 udp 2122194687 192.168.2.119 49191 typ host generation 0\r\na=candidate:2101488001 2 udp 2122194687 192.168.2.119 49191 typ host generation 0\r\na=candidate:868341105 1 tcp 1518214911 192.168.2.119 0 typ host generation 0\r\na=candidate:868341105 2 tcp 1518214911 192.168.2.119 0 typ host generation 0\r\na=candidate:4228525877 1 udp 1685987071 95.5.83.3 49191 typ srflx raddr 192.168.2.119 rport 49191 generation 0\r\na=candidate:4228525877 2 udp 1685987071 95.5.83.3 49191 typ srflx raddr 192.168.2.119 rport 49191 generation 0\r\na=ice-ufrag:qGY9cgluZu1EXuWE\r\na=ice-pwd:0HHyRB
<ul>
<li id="item1"> </item>
<li id="item2"> </item>
<li id="item3"> </item>
<!--...-->
<li id="item160"> </item>
</ul>