Warning: fopen(/www/sites/greasyfork.icu/index/store/temp/b1b417e63929209595eafea68f86e491.html): failed to open stream: No space left on device in /www/sites/greasyfork.icu/index/scriptsControl.php on line 132
AO3: Display Tag ID - 反馈

Greasy Fork

Greasy Fork is available in English.

AO3: Display Tag ID

a quick and dirty script to display a canonical tag's tag id in its /works page.

< 脚本 AO3: Display Tag ID 的反馈

评价:好评 - 脚本运行良好

En
§
发布于:2018-08-15

Adding the filter command to the ID text

A small edit so you'd get the filterable text you can paste into the 'Search within results' box in order to filter for it:

Change line 32 in the code to this: tag_id_container.innerHTML = "(Filter tag by ID: filter_ids:" + tag_id + ")";

The result will be this written next to the tag: (Filter tag by ID: filter_ids:[SOME_NUMBER])

To filter for this specific tag, copy filter_ids:[SOME_NUMBER] into the 'Search within results' box. To filter it out, add a minus sign before it so it'd look like this: -filter_ids:[SOME_NUMBER] into the 'Search within results' box.

发布留言

登录以发布留言。