This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| x = document.getElementsByClassName("friends_field_title"); | |
| r = ""; | |
| for (i = 0; i < x.length; i++) { | |
| a = x[i].getElementsByTagName("a")[0]; | |
| l = a.getAttribute("href").substr(1); | |
| r += l + "<br>\n"; | |
| } | |
| //console.log(r); | |
| var myWindow=window.open(''); myWindow.document.write(r); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script src="//cdn.jsdelivr.net/gh/ilyabirman/Likely/release/likely.js"></script> | |
| <link rel="stylesheet" href="//cdn.jsdelivr.net/gh/ilyabirman/Likely/release/likely.css"> | |
| <style> | |
| .t746__imgwrapper { | |
| /* спиннер на время загрузки */ | |
| background: url(//cdnjs.cloudflare.com/ajax/libs/design-system/2.9.4/images/spinners/slds_spinner_brand.gif) no-repeat center; | |
| } | |
| .t-slds__caption__container { | |
| text-align: center; /* центрует соцкнопки */ | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // go to Add calendar -> Browse calendars of interest | |
| // and execute in console | |
| divs = document.querySelectorAll("div[role=checkbox][aria-checked=false]") | |
| [].forEach.call(divs, function(div) { | |
| div.click() | |
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function strposm($s,$a) { | |
| foreach($a as $s1) { | |
| if(stripos($s, $s1)!== false) return true; | |
| } | |
| return false; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| console.log(123); | |
| if(true==false) { | |
| console.log("123"+ | |
| "asdasd"); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| here we go |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // write your bookmarklet here |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // write your bookmarklet here |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // write your bookmarklet here |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // write your bookmarklet here |