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:console.log("Version 0.4.4 of Reddit Auto Hider");var str=window.localStorage.getItem("posts_hidden");function startHidingPosts(){pauseHidingPosts(),window.post_hider_interval=setInterval(tick_postHide,200)}function pauseHidingPosts(){window.post_hider_interval&&(clearInterval(window.post_hider_interval),window.post_hider_interval=void 0)}function forgetAllHiddenPosts(){pauseHidingPosts(),window.posts={},window.localStorage.removeItem("posts_hidden"),location.reload()}function tick_postHide(){for(var e=new Date,i=document.getElementsByClassName("rpBJOHq2PR60pnwJlUyP0")[0].children,t=0;t<i.length;t++){var n=i[t];if(""!==n.innerText){if(n.children){var o=n.children[0];if(o){if(!o.children)continue;if(o=o.children[0]){var s=o.id;if(/^t3_[a-zA-Z0-9]+$/g.test(s)){var d=window.posts[s];if(d||(d={id:s,seen:!1,hidden:!1},window.posts[s]=d),d.hidden){n.style.display="none";continue}void 0!==d.seen_end_time&&(d.seen_end_time=new Date(d.seen_end_time));var l=edgesVisible(n);if(d.seen?l.middle||void 0!==d.seen |
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
Wednesday 1/30/2019 Clocked out. Gas money: $13.2, Total Gas Money for next fillup: $13.2 | |
Thursday 1/31/2019 Clocked out. Gas money: $15.4, Total Gas Money for next fillup: $28.6 | |
Sunday 2/3/2019 Clocked out. Gas money: $14.3, Total Gas Money for next fillup: $42.9 | |
Monday 2/4/2019 Clocked out. Gas money: $3.3, Total Gas Money for next fillup: $46.2 | |
Tuesday 2/5/2019 Clocked out. Gas money: $13.2, Total Gas Money for next fillup: $59.4 | |
Tuesday 2/5/2019 Filled up car. Spent $29.45. Kept $29.95 as profit. | |
Wednesday 2/6/2019 Clocked out. Gas money: $8.8, Total Gas Money for next fillup: $8.8 | |
Thursday 2/7/2019 Clocked out. Gas money: $17.6, Total Gas Money for next fillup: $26.4 | |
Friday 2/8/2019 Clocked out. Gas money: $16.5, Total Gas Money for next fillup: $42.9 |
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:a=1;/** Copy & paste your event name and key over there. --> **/ d={event:' my_event_name ',key:' abcdefghijklmnopqrstuvwxyz '}; /** --> Please don't touch this --> **/ u='https://maker.ifttt.com/trigger/'+d.event.trim()+'/with/key/'+d.key.trim()+'?t='+(new Date()).getTime();window.open(u).close();/** Go to the very beginning **/ |
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
#@SETLOCAL ENABLEDELAYEDEXPANSION & start /B pythonw -x "%~f0" %* & EXIT /B !ERRORLEVEL! | |
import socket, tempfile | |
config = { | |
"directories": {}, | |
"pre-init-urls": [], | |
"post-init-urls": [] | |
} | |
config["directories"]["temp"] = tempfile.gettempdir() + "/python_security_camera" |