Skip to content

Instantly share code, notes, and snippets.

View saefullohmaslul's full-sized avatar
🚀
Hobi Koding

Saefulloh Maslul saefullohmaslul

🚀
Hobi Koding
View GitHub Profile
@saefullohmaslul
saefullohmaslul / firefox.css
Created August 27, 2016 01:36
Stylish Firefox Like Safari Mac OS X
/* ******************************************** */
/* !!!DILARANG MENGHAPUS COPYRIGHT!!! */
/* SCRIPT EDITED BY SAEFULLOH MASLUL */
/* FB.COM/SAEFULLOHMASLUL */
/* HARGAILAH PENGEMBANG */
/* TUTORIAL IN http://goo.gl/QhnykX */
/* ******************************************** */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@saefullohmaslul
saefullohmaslul / tabel.html
Created August 1, 2016 01:36
Tabel Download Tuto Tekno
<table id="maslul"><tbody>
<tr style="height: 60.4pt;"> <td style="height: 60.4pt;" width="110"><div class="masicon"><img class="masgambar" src="LINK GAMBAR" ></div></td> <td class="mastabdes">
<div class="masdes"><span class="name">NAMA</span> <span class="version">VERSI</span>
<span class="deveprog"> <i class="fa fa-laptop"> <a href="http://tutotekno.blogspot.com/search/label/Software?&amp;max-results=6" target="_blank">Software</a></i> by OLEH</span></div><div id="wrap"><a class="btn down" href="LINK DOWNLOAD" rel="nofollow">Download</a> </div></td> </tr>
</tbody></table>
@saefullohmaslul
saefullohmaslul / Folder Locker.bat
Created July 31, 2016 15:34
Folder Locker with Notepad
cls
@ECHO OFF
title Folder Private
if EXIST "HTG Locker" goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
echo Are you sure you want to lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
@saefullohmaslul
saefullohmaslul / Folder Hidder.bat
Last active July 31, 2016 15:38
Folder Hidder with Notepad
@echo off
title File hider
:start
cls
Echo Do You Want to -Hide- or -Unhide- a Folder?
echo.
echo.
set/p cho=Choice:
if %cho% equ Hide goto a
if %cho% equ hide goto a