// ==UserScript== // @name SmashingMagazine // @description Hide readed article // @include http://www.smashingmagazine.com/* // @include https://www.smashingmagazine.com/* // @require http://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js // @version 0.0.1.20161021163232 // @namespace https://greasyfork.org/users/38384 // @downloadURL none // ==/UserScript== jQuery(function() { var myArray = ['post-271016']; jQuery.get('http://www.mycodemyway.in/txt/sm.txt', function(data) { alert(data); }); for (var i=0; i