NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name abkz gosterici // @namespace https://eksisozluk.com/biri/yvandal // @description ekşi sözlük'te akıllı bakınızları görünür yapar // @version 0.1 // @author yvandal // @include https://eksisozluk.com* // @include http://eksisozluk.com* // @grant none // @run-at document-end // @noframes // ==/UserScript== $('#entry-list .content').each(function(){ $(this).html($(this).html().replace(/<sup class="ab"><a title="(.*?)" href="(.*?)" data-query="(.*?)">\*<\/a><\/sup>/g, '<a href="$2" class="b">(*:$3)</a>')); });