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
| module.exports = { | |
| "env": { | |
| "browser": true | |
| }, | |
| "plugins": [ | |
| "callback-function" | |
| ], | |
| "globals": { | |
| "__dirname": true, | |
| "_": true, |
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
| // ==UserScript== | |
| // @name Block content on quora. | |
| // @namespace http://github.com/harryi3t | |
| // @version 0.1 | |
| // @description try to resuce people from unwanted content | |
| // @author harryi3t | |
| // @match https://www.quora.com/ | |
| // @grant none | |
| // ==/UserScript== |
NewerOlder