This file contains 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
Process Hacker 3.0.2258 | |
Windows NT 10.0 (64-bit) | |
15:14:09 2019-03-14 | |
15:13:28 2019-03-14: Process terminated: conhost.exe (13044); exit status 0x0 | |
15:13:28 2019-03-14: Process terminated: wsl.exe (1952); exit status 0x1 | |
15:13:28 2019-03-14: Process created: wsl.exe (5852) started by ProcessHacker.exe (9712) | |
15:13:28 2019-03-14: Process created: conhost.exe (12472) started by wsl.exe (5852) | |
15:13:28 2019-03-14: Process created: init (11068) started by init (6280) | |
15:13:28 2019-03-14: Process created: wslhost.exe (13620) started by wsl.exe (5852) |
This file contains 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
javascript:(function MyVidsterBookMark() { | |
var documentStr = document.documentElement.innerHTML; | |
documentStr = documentStr.replace(/\n\r|\r\n|\n|\r|\t/g, '') | |
.match(/<title.*?title>|<frameset.*?frameset>|<link.*?>|<meta.*?>|<embed.*?>|<iframe.*?>|<video.*?video>|<video.*?>|<object.*?object>|<object.*?>|<embed.*?>|<iframe.*?>|<video.*?video>|<video.*?>|<object.*?object>|<object.*?>/ig); | |
documentStr = documentStr.toString(); | |
let bar = ` | |
<div class="momane_topbar" style="position: fixed;top: 0;left: 0;width: 100%; height: 50px; | |
background-color: #6C3;color:white;display: block;font-size: 18px;font-weight: bolder;z-index: 6553534;text-align: center;line-height: 48px;"> | |
Sit tight, We are processing your request. Page will be redirected when done.</div> | |
<div style="display:none"> |
This file contains 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
// ==UserScript== | |
// @name baramangaonline | |
// @namespace baramangaonline | |
// @include *://baramangaonline.com/* | |
// @match *://baramangaonline.com/* | |
// @match *://baramangaonline.com/* | |
// @icon data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD//gA7Q1JFQVRPUjogZ2QtanBlZyB2MS4wICh1c2luZyBJSkcgSlBFRyB2NjIpLCBxdWFsaXR5ID0gOTAK/9sAQwADAgIDAgIDAwMDBAMDBAUIBQUEBAUKBwcGCAwKDAwLCgsLDQ4SEA0OEQ4LCxAWEBETFBUVFQwPFxgWFBgSFBUU/9sAQwEDBAQFBAUJBQUJFA0LDRQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQU/8AAEQgAeAB4AwEiAAIRAQMRAf/EAB8AAAEFAQEBAQEBAAAAAAAAAAABAgMEBQYHCAkKC//EALUQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+v/EAB8BAAMBAQEBAQEBAQEAAAAAAAABAgMEBQYHCAkKC//EALURAAIBAgQEAwQHBQQEAAECdwABAgMRBAUhMQYSQVEHYXETIjKBCBRCkaGxwQkjM1LwFWJy0QoWJDThJfEXGBkaJicoKSo1Njc4OTpDREVGR0hJSlNUVVZXWFlaY2RlZmdoaWpzdHV2d3h5eoKDhIWGh4iJi |
This file contains 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
// Run from console on developers tools (chrome dev tools) | |
// Go to friends page from your profile and open console F12 or alt+cmd+I | |
Array.from(document.querySelectorAll('[src*="images/deactivated_100"]')).forEach(function(e){ | |
e.parentNode.parentNode.nextElementSibling.querySelector("a[onclick*='delete']").onclick(); | |
}); |
This file contains 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
// ==UserScript== | |
// @name Stackoverflow Hide Annoying Stuff | |
// @namespace http://gist.github.com/botmtl | |
// @version 1.2 | |
// @description Stack Overflow Annoying Stuff | |
// @downloadURL https://gist.github.com/botmtl/9056edaf149579f0c9514adaac241c72/raw/4024fc85fb21ddfd377deca1ab110fbde4f44385/StackOverflow.user.js | |
// @author @botmtl | |
// @match http://*.stackoverflow.com/* | |
// @match https://*.stackoverflow.com/* | |
// @icon https://cdn.sstatic.net/Sites/stackoverflow/img/favicon.ico |
This file contains 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
@-moz-document domain("vk.com") { | |
#page_layout { | |
width: 1600px !important; | |
} | |
#page_body { | |
width: 1600px !important; | |
/*font-size: 11px !important;*/ | |
} |
This file contains 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
// ==UserScript== | |
// @name MyVidster | |
// @namespace MyVidster | |
// @resource myvidsercss https://gist.githubusercontent.com/botmtl/71f58e66c0bc21847f3cb2bc2bcbac41/raw/345187e234e6c4a516764b113b487606b8f19020/MyVidster.UserStyle.css | |
// @icon http://is3.mzstatic.com/image/thumb/Purple127/v4/1f/9b/f7/1f9bf735-e3dd-9028-7cd7-1655a7bf232e/source/100x100bb.jpg | |
// @match *://www.myvidster.com/* | |
// @grant GM_addStyle | |
// @grant GM_getResourceText | |
// ==/UserScript== |
This file contains 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
// ==UserScript== | |
// @name Literotica DatatableJS | |
// @namespace botmtl | |
// @description literotica sort/filter tables | |
// @match https://www.literotica.com/* | |
// @require https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js | |
// @require https://cdnjs.cloudflare.com/ajax/libs/datatables/1.10.16/js/jquery.dataTables.min.js | |
// @resource customCSS https://cdnjs.cloudflare.com/ajax/libs/datatables/1.10.16/css/jquery.dataTables.css | |
// @grant GM_addStyle | |
// @grant GM_getResourceText |
This file contains 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
// ==UserScript== | |
// @author botmtl | |
// @namespace https://github.com/botmtl | |
// @name Auto-Copy-Links EbookHunter | |
// @version 0.01 | |
// @description Auto-Copy-Links EbookHunter | |
// @icon https://www.ebookhunter.net/wp-content/uploads/2017/06/logo2.png | |
// @match https://www.ebookhunter.net/* | |
// @grant GM_setClipboard | |
// @run-at document-end |
This file contains 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
// ==UserScript== | |
// @name botmtl | |
// @namespace botmtl | |
// @description literotica sort/filter tables | |
// @match https?:\/\/(www)?.literotica.com/.* | |
// @require https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js | |
// @require https://cdnjs.cloudflare.com/ajax/libs/datatables/1.10.16/js/jquery.dataTables.min.js | |
// @resource customCSS https://cdnjs.cloudflare.com/ajax/libs/datatables/1.10.16/css/jquery.dataTables.css | |
// @grant GM_addStyle | |
// @grant GM_getResourceText |
NewerOlder