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
/** @preserve | |
// ==UserScript== | |
// @name Abhitalks - SO Hide Jobs Ad | |
// @namespace http://github.com/abhitalks | |
// @version 1.1 | |
// @description Hides Stack Overflow Jobs Ad | |
// @author @Abhitalks | |
// @match http://*.stackoverflow.com/* | |
// @match https://*.stackoverflow.com/* | |
// ==/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
<!DOCTYPE html> | |
<html> | |
<head> | |
<style> | |
.wrapper { | |
width: 240px; height: 240px; | |
border: 1px solid #d33; | |
} | |
.left-section { | |
width: 120px; height: 120px; |